RAVINDRA'S BLOG

Friday, 19 January 2018

Commad Prompt FTP

  • Using command prompt we can use FTP.

Below are the commands to access the PC and Download files.

  • Open Command Prompt.
  • If you want to download files, need to specify folder.
  • Open Directories. (cmd: dir)
  • Select the folder. (cmd: cd "folder name")
  • Create new folder (if needed). (cmd: mkdir "folder name")
  • Open FTP. (cmd : FTP)
  • Open and enter IP address of accessing PC.
  • Open folders (cmd: dir)
  • Open specific folder (cmd: cd "foldername")
  • Download file (cmd: get "filename")

Commands to Access PC and Transfer Files.

  • Open Command Prompt.
  • Open FTP and enter the remote PC IP Address.(cmd : FTP  "IP Address of  Remote PC").
  • Enter User Name and Password of the remote PC.
  • Open the folders in remote PC.(cmd: dir)
  • Open the specific folder.(cmd: cd "folder name")
  • Open the file sharing folder in local PC. (cmd: lcd "folder Path")
  • Transfer the File. (put "file name")