Changing directories on the remote host

You use the cd command to change from one directory to another on the remote host. A path to the directory can be given as an argument to the command. Entering the command pwd will display the path to your current directory. For example:

   ftp> cd reports/quarterly
   250 CWD command successful.
   ftp> pwd
   257 "/home/pisces/erpl08/reports/quarterly" is current directory.

[Home] [Search] [Index]