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 parameters | Input parameter type | Description |
|---|---|---|
| FTP Connection Object | FtpConnection | Connection object created by the "Create FTP Connection" command |
| Working Path | str | Server-side directory to switch to |
Command Output Parameters
None.
Generation Notes
- This changes the remote working directory and therefore affects subsequent relative remote paths.