FTPCD        Change to a new directory on an FTP site

Top  Previous  Next

Syntax:

FTPCD

[ dir name ]

Arguments:

[ dir name ]

Variable or string defining the new directory name.

Options:

None

 

 

 

This script command changes to a new directory on the remote site. This is an example of the FTPCD command:

 

FTPCD "newdirectory"

DISPLAY %currentsitedir

 

To change to a new local folder, use the CHGDIR (or WORKINGDIR) script command.

 

Related Command(s): FTPDELDIR, FTPDELETE, FTPMAKEDIR, FTPPWD, FTPRENAME

See Also: %currentsitedir