ftp file transfer

1. cmd command line ping IP address, can be connected;

2.ftp IP address, the IP address connected to the tips 220 (vsFTPd 3.0.3);

3. Enter the user name uftp (331 Please specify the password), Password:

230 Login successful.

4.ftp>ls

200 port commad successful.Consider usin PASV.

150 Here comes the directory listing.

pub

226 Directory send OK.

5.ftp>cd pub

250 Directory successfully changed.

6.ftp> dir

200 port commad successful.Consider usin PASV.

150 Here comes the directory listing.

226 Directory send OK.

7.ftp>get

Remote File

8.ftp>put

Local file xxxx

Remote File

200 port commad successful.Consider usin PASV.

150 Ok to send data.

226 Transfer complete.

ftp: Send xx

 

Guess you like

Origin www.cnblogs.com/python-123/p/11424648.html
Recommended