raw ftp command
hello
i want to execute the raw ftp command from local command console to remote ftp server(telnet), the message as following:
user test649
331 Password required for test649.
pass XwSpi13I
230-Last unsuccessful login: Sun Feb 5 04:10:12 EST 2006 on /dev/pts/2 from 9.186.23.101
230-Last login: Thu Feb 16 03:17:49 EST 2006 on /dev/pts/2 from 9.186.23.101
230 User test649 logged in.
pasv
227 Entering Passive Mode (9,56,249,45,252,64)
stor ver.txt
but after the "stor ver.txt", the system hang on, it don't answer any command any more, who can help me and tell me how i can send a file to ftp server by using raw frp command?
thanks
|