FTP client uploads with temporary names
When closely investigating managed file transfers, pushing a file to a remote FTP server turns out to be just a phase in a series of interlinked processes.
Once the file arrives on the FTPS server, it is read and further processed. The next step might involve downloading the file or …
Restrict user with trusted IPs for SFTP and FTPS
It is common practice to secure a file transfer server using firewall rules which only allow incoming connections from trusted partners.
Let's assume you have a US partner named "ACME Inc", connecting to your server from IP 1.1.1.1 using the user acme-inc, and another German partner called …
SFTPPlus Release 3.45.0
We are announcing the latest release of SFTPPlus version 3.45.0.
New Features
- It is now possible for SFTP/SCP clients to change their own password using the SSH command execution service. [server-side][sftp][scp] [#5129]
- It is now possible to transfer files using temporary names, renaming to their …
Get email notifications from your FTP and SFTP servers
Introduction
SFTPPlus can connect to any STMP servers and deliver emails based on the activity, actions and events triggered by a file transfer.
With SFTPPlus you can configure the list of recipients (with CC and BCC), email subject and email body.
The email notification can be use for FTPS or …
HTTPS, FTPS, and SFTP with Docker and OpenShift
For some time, we have been maintaining an MIT-licensed GitHub repository to ease the creation and running of SFTPPlus Docker instances.
Whether you are already a customer of ours, or currently evaluating SFTPPlus, head over to our GitHub repository, clone it, then follow the instructions to run an SFTPPlus instance …
SFTPPlus Release 3.44.0
We are announcing the latest release of SFTPPlus version 3.44.0.
New Features
- It is now possible to configure the name associated to the sender email address in the email client resource. [#3069]
- It is now possible for file transfer users to change the password associated with their accounts …
SFTPPlus Release 3.43.1
We are announcing the release of SFTPPlus version 3.43.1, which is a bugfix release.
The SFTP client now waits for a maximum of 60 seconds for the server to respond.
In previous versions it was waiting forever, causing transfers to stall if the server never responded to a …