logo Lcd change the current folder on the local computer

Return to Introduction     

lcd path

 

Where:

 

pathis the path on the local computer that is to be made the current folder. In interactive mode, when the change has been made, the new folder is automatically listed. If path contains a space, it must be enclosed in double quotes.  For example:

 

lcd "\sub folder\"

 

Examples:

 

lcd c:\windows

lcd download

 

Sample Script:

 

* Sample script using the "lcd" command.

* Transfer test.txt from the remote host to the c:\windows\ folder on your PC.

* Set the local folder that is to receive the file.

lcd        c:\windows

* Transfer the file.

get test.txt