Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ftp remote.server.location.com
  2. Connected to remote.server.location.com.
  3. 220 remote.server.location.com FTP Server (Version 5.6) Ready.
  4. Name (remote.server.location.com:user1pc): user1
  5.  
  6. 331 Username user1 requires a Password
  7. Password:
  8. 230 User logged in.
  9. Remote system type is VMS.
  10. ftp> cd [.DIRECTORY.OF.INTEREST]
  11. 250-CWD command successful.
  12. 250 New default directory is DISK1:[USER1.DIRECTORY.OF.INTEREST]
  13. ftp> ascii
  14. 200 TYPE set to ASCII.
  15. ftp> prompt off
  16. Interactive mode off.
  17. ftp> mget *.ASC
  18. local: FILE1.ASC;1 remote: FILE1.ASC;1
  19. 200 PORT command successful.
  20. 150 Opening data connection for DISK1:[USER1.DIRECTORY.OF.INTEREST]FILE1.ASC;1 (198.162.0.4,58057) (1120 bytes)
  21. 226 Transfer complete.
  22. 1101 bytes received in 0.015 seconds (73390 bytes/s)
  23. local: FILE2.ASC;1 remote: FILE2.ASC;1
  24. 200 PORT command successful.
  25. 150 Opening data connection for DISK1:[USER1.DIRECTORY.OF.INTEREST]FILE2.ASC;1 (198.162.0.4,58057) (1120 bytes)
  26. 226 Transfer complete.
  27. 1101 bytes received in 0.015 seconds (73390 bytes/s)
  28. local: FILE3.ASC;1 remote: FILE3.ASC;1
  29. 200 PORT command successful.
  30. 150 Opening data connection for DISK1:[USER1.DIRECTORY.OF.INTEREST]FILE3.ASC;1 (198.162.0.4,58057) (1120 bytes)
  31. 226 Transfer complete.
  32. 1101 bytes received in 0.015 seconds (73390 bytes/s)
  33. ...
  34. 421 Service not available, remote server has closed connection
  35. local: FILE1002.ASC;1 remote: FILE1002.ASC;1
  36. ftp: No control connection for command
  37. ftp: No control connection for command
  38. local: FILE1003.ASC;1 remote: FILE1003.ASC;1
  39. ftp: No control connection for command
  40. ftp: No control connection for command
  41. local: FILE1004.ASC;1 remote: FILE1004.ASC;1
  42. ftp: No control connection for command
  43. ftp: No control connection for command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement