Command Prompt FTP

In order to use FTP through command prompt we have to setup ftp server already in the system by using iis or filezilla etc.
  • Open command prompt type ftp and then press enter. type open ip address and then give username and password if it is a anonymous authentication then give username as anonymous and password as null if it is a basic authentication give the user account credential.


  • We can also change the local directory by using lcd command to get the files from the server to client type get file name and then press enter it will save to the local directory.


  • To add files from the local directory to the server type put file name.
  
  • To delete the files from the server type delete file name.