Upload File
Uploads files to the server.
This activity uploads one or more files to the FTP server.
Input
- Local Path: - String Argument Specifies the full path of the file, or a variable containing file, to upload.\ Specifies the full path of the file, or a variable containing file, to upload.\
- Remote Path: - String Argument Specifies the path in server where the file is to be uploaded. Specifies the path in server where the file is to be uploaded.
Options
- Create: - True(default)- Creates a directory in the system to which the files are to be uploaded if the specified directory does not exist.
- False- It wont create a new directory if the specified directory does not exist.\
 
- Overwrite: - True- Overwrites the files in the system if the files that are to be uploaded contain similar files.
- False(default)- It wont overwrite the files instead creates new files or folders if the files in the system contain similar files.\
 
FTP Connection
- FTP Session Id: - IFtpSession Variable Specifies the variable containing the previously opened FTP Connection you wish to close. You must have previously specified this variable in an Open FTP Connection action. Specifies the variable containing the previously opened FTP Connection you wish to close. You must have previously specified this variable in an Open FTP Connection action.
Last updated
