Skip to main content

Upload Files To FTPS

Description

Use the step to upload files using FTPS (Files Transfer Protocol Secure).

Configuration

Field NameDescription
General Tab – Server Settings
Step NameName of the step. This name must be unique in a single workflow.
Server Name / IP AddressSpecify the name of the FTPS server or the IP address.
Server PortSpecify the TCP port number to use.
Default Ports for FTPS protocol:
- Explicit Encryption: 21
- Implicit Encryption: 990
UsernameSpecify the username of your FTPS server account.
PasswordSpecify the password of your FTPS server account.
If the checkbox Accept Value as variable/static is selected, the password field appears as a text box and accepts static or variable values.
OR
If not selected, the password field appears as a dropdown in which you can select a field from the previous steps.
Proxy TypeSpecify the proxy type.
Allowed Values:
- HTTP
- SOCKS5
Proxy HostSpecify proxy server host name.
Proxy PortSpecify proxy server port number.
Proxy UsernameSpecify username of proxy server to log in to server.
Proxy PasswordSpecify password of proxy server to log in to server.
If the checkbox Accept Value as variable/static is selected, the password field appears as a text box and accepts static or variable values.
OR
If not selected, the password field appears as a dropdown in which you can select a field from the previous steps.
Connection TypeSelect the connection type for encryption.
Available Options:
- TLS/SSL Implicit encryption
- TLS/SSL Explicit encryption
Test ConnectionClick to check whether the connection is successfully established or not.
Files Tab
Source (Local) Files
Local DirectorySpecify the directory of the local machine to put file(s).
Or click Browse to select the local directory path.
The field is mandatory.
Wildcard (Regular Expression)Specify a regular expression to upload specific files from the local directory.
For example: *.txt,*.pdf,*.xls,*.xlsx
Note: If no expression is defined, all files will be uploaded.
Remove Files After Transferal?Specify Yes to remove files after transfer; otherwise specify No.
If Yes, files are removed from the local directory after they are transferred.
Allowed Values: Yes or No
Default Value: No
Overwrite FilesSpecify Yes to overwrite the files, otherwise specify No.
Default Value: Yes
Files Tab – Target (Remote) Files
Remote DirectorySpecify the remote directory path of folder on the FTPS server from which we get the files.
Create FolderSpecify Yes to create destination folder if it does not exist.
Allowed Values: Yes or No
Default Value: No
Test FolderClick Test Folder to connect to the remote server and validate whether the folder exists or not.
Advanced Settings Tab
Binary Mode?Specify Yes or No.
On Yes, the files will be transferred in binary mode.
Allowed Values: Yes or No
Default Value: No
TimeoutSpecify the timeout in milliseconds for FTPS server connection.
Use Active FTP ConnectionSpecify Yes or No.
If Yes, you are connecting using Active mode.
Note: Set your firewall to accept connections to the port that your FTP client will open.
The default is Passive mode.
Allowed Values: Yes or No
Default Value: No