Thursday, 21 July 2011

FTP : File Transfer from Local System to Server

Step 1 : Open Command Prompt
Step 2 : Go to Source Directory
Step 3 : ftp Ip_Adddress(For eg: ftp 192.168.99.53)
Step 4 : login Credentials
Step 5 : Go to Destination Directory
Step 6 : bin
Step 7 : mput (OR mget)
Step 8 : bye

REMARK : "mput" and "mget" is used to transfer multiple file from source to destination and destination to source directory respectively.
("put" and "get" command can be used for single file transfer )

No comments:

Post a Comment