Advertisement
Guest User

Untitled

a guest
Sep 19th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. hostname='ftp.edwardleuf.org'
  2. username='*'
  3. password='*'
  4.  
  5. ftp -n -v $hostname << EOT
  6. ascii
  7. user $username $password
  8. prompt
  9. cd /
  10. put mainscheme
  11. bye
  12. EOT
  13.  
  14. Connected to accessproxy.webpod3-cph3.one.com.
  15. 220 Welcome to One.com FTP.
  16. 502 'TYPE': command not implemented.
  17. 331 User * OK. Password required
  18. 230 OK. Current restricted directory is /
  19. Remote system type is UNIX.
  20. Using binary mode to transfer files.
  21. Interactive mode off.
  22. 250 OK. Current directory is /
  23. local: mainscheme remote: mainscheme
  24. 501 PORT address does not match originator. << ??
  25. ftp: bind: Address already in use
  26. 221 Goodbye.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement