Skip to main content

FTP Change Working Directory

Command description

Change the current server-side working directory for an FTP connection. The directory must exist, and the current account must have permission to access it.

Command Input Parameters

input parametersInput parameter typeDescription
FTP Connection ObjectFtpConnectionConnection object created by the "Create FTP Connection" command
Working PathstrServer-side directory to switch to

Command Output Parameters

None.

Generation Notes

  • This changes the remote working directory and therefore affects subsequent relative remote paths.