Advertisement
durst_fred

lftp WAN cmds

Dec 11th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Password: [I enter correct password]
  2. ---- Resolving host address...
  3. ---- 1 address found: [WAN IP]
  4. lftp [virtualuser]@[WAN IP]:~> ls
  5. ---- Connecting to [WAN IP] ([WAN IP]) port 21
  6. <--- 220 (vsFTPd 2.2.2)
  7. ---> FEAT
  8. <--- 211-Features:
  9. <--- AUTH SSL
  10. <--- AUTH TLS
  11. <--- EPRT
  12. <--- EPSV
  13. <--- MDTM
  14. <--- PASV
  15. <--- PBSZ
  16. <--- PROT
  17. <--- REST STREAM
  18. <--- SIZE
  19. <--- TVFS
  20. <--- UTF8
  21. <--- 211 End
  22. ---> AUTH TLS
  23. <--- 234 Proceed with negotiation.
  24. ---> OPTS UTF8 ON
  25. WARNING: Certificate verification: Not trusted
  26. WARNING: Certificate verification: The certificate's owner does not match hostname '[WAN IP]'
  27.  
  28. <--- 200 Always in UTF8 mode.
  29. ---> USER [virtualuser]
  30. <--- 331 Please specify the password.
  31. ---> PASS XXXX
  32. <--- 230 Login successful.
  33. ---> PWD
  34. <--- 257 "/"
  35. ---> PBSZ 0
  36. <--- 200 PBSZ set to 0.
  37. ---> PROT P
  38. <--- 200 PROT now Private.
  39. ---> PASV
  40. <--- 227 Entering Passive Mode (192,168,0,3,234,100).
  41. ---- Address returned by PASV seemed to be incorrect and has been fixed
  42. ---- Connecting data socket to ([WAN IP]) port 60004
  43. `ls' at 0 [Making data connection...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement