Upload a file to an FTP destination. The Destination File Path defines the folder and filename within the FTP destination, separated by a “/” character, according to normal FTP conventions. Without a beginning forward slash, the path will reference the user’s home directory. When using a forward slash at the beginning of a path, the path must be absolute. Examples:
- myfile.jpg -> upload the file to the root of the FTP destination site, storing it as “myfile.jpg”
- /pathToHomeDirectory/myfile.jpg -> same as above, using an absolute path
- myfolder/myfile.jpg -> save the file as “myfile.jpg” inside the folder “myfolder”
- myfolder/subfolder/adeeperfolder/myfile.jpg -> store the file under multiple subfolders (these folders must already exist)
Inputs:
- File Content - the File ID of the file to upload
- Destination File Path - the path, including folder and filename, at which to store the file
Outputs:
- Succeeded - a boolean value that indicates success if true