FTP
root@oco:~$ touch testupload.txt
ftp> put testupload.txt
local: testupload.txt remote: testupload.txt
---> PORT 10,10,14,4,184,33
200 PORT command successful. Consider using PASV.
---> STOR testupload.txt
150 Ok to send data.
226 Transfer complete.
ftp> ls
-rw------- 1 1002 133 0 Sep 15 14:57 testupload.txt
Last updated