Changing the Directory with the Command Line Interface

  1. To change the local directory using the command line interface, at the CDFtp: prompt, type lcd directory, where directory is the directory path to change to and press Enter. For example:
    • On a Microsoft Windows computer, type lcd c:\test\user4 to change the local directory to c:\test\user4.
    • On a UNIX computer, type lcd /c/test/user5 to change the local directory to /c/test/user5.
  2. To change the remote directory using the command line interface, at the CDFtp: prompt, type cd directory, where directory is the directory to change to. For example:
    • For a remote Microsoft Windows computer, type cd i:\data\recv to change the remote directory to i:\data\receive.
    • For a remote UNIX computer, type cd /t/home.usertest/data to change the remote directory to /t/home.usertest/data.