ftps-client-for-file-upload
Web icon

FTPS Client for File Upload

Stable version 1.1.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 31 December 2018 by 
5.0
 (9 ratings)
ftps-client-for-file-upload

FTPS Client for File Upload

Details
This extension provides a method to upload a file using the FTPS protocol. This can be extended to support other FTPS commands. FTPS (also known as FTPES, FTP-SSL, and FTP Secure) is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS)
Read more

FTPS (also known as FTPES, FTP-SSL, and FTP Secure) is an extension to the commonly used File Transfer (FTP) that adds support for the Transport Layer Security. (TLS).

FTPS should not be confused with the SSH File Transfer Protocol (SFTP), a secure file transfer subsystem for the Secure Shell (SSH) protocol with which it is not compatible. It is also different from FTP over SSH, which is the practice of tunneling FTP through an SSH connection.

This extension wraps the C# library FluentFTP 

 https://www.nuget.org/packages/FluentFTP

Only the File Upload functionality has been implemented. But this can be extended to support other FTPS functionalities, easily. 

Release notes (1.1.0)

Explicitly set the SSL version to TLS 1.2.

This was needed as this plugin was giving an error when uploading a file in the OutSystems Enterprise Environment. 

Reviews (0)
Team