Upload Folder
Uploads folders to the server.
This activity uploads one or more directories to the FTP server.
Input
Local Path:
String Argument
Specifies the full path of the folder, or a variable containing folder, to upload.\Remote Path:
String Argument
Specifies the path in the server where the folder is to be saved.
Options
Create:
True(default)- Creates a directory in the system to which the folders are to be uploaded if the specified directory does not exist.False- It won't create a new directory if the specified directory does not exist.\
Overwrite:
True- Overwrites the files in the system if the folders that are to be uploaded contain similar folders.False(default)- It won't overwrite the folders instead creates new folders if the folders in the system contain similar ones.\
Contain Subfolders:
True- Checks if the folder that is to be uploaded contains any subfolders or not.False(default)- It won't check if the folder that is to be uploaded contains any subfolders or not.
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.
Last updated