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 …
Use Let's Encrypt to protect your FTP server
A brief history of FTP (in)security
The FTP protocol as used today was defined in 1985 (RFC 959) based on a design created in 1971.
It was designed without taking security into consideration. All transmissions are in clear text, including username, password, and actual transferred data. All FTP communication …
SFTPPlus Release 3.43.0
We are announcing the latest release of SFTPPlus version 3.43.0.
New Features
- When defining a new password for an account, it is now possible to define a minimum level of complexity and strength. [#4700]
- You can now set an email as part of the user's account details. [#5125 …
Pro:Atria and SFTPPlus sponsor DVLA Code Challenge 2018 for School Children
Pro:Atria is delighted to be a sponsor of the DVLA Code Challenge 2018 for School Children.
DVLA runs the competition to provide Schools, Code Clubs and Community groups in Wales with IT equipment and promote STEM (Science, Technology, Engineering and Mathematics) subjects aimed at children aged 7-14.
DVLA work …
Secure your FTPS server with Let's Encrypt
Introduction
What is Let's Encrypt?
Let's Encrypt (sometimes shortened as LetsEncrypt) is a certificate authority that provides SSL/X.509 certificates at no charge. You can read more on the subject in the Wikipedia article on Let's Encrypt.
A Let's Encrypt certificate is valid for …
SFTPPlus Release 3.42.0
We are announcing the latest release of SFTPPlus version 3.42.0.
New Features
- You can now define a custom CSS file for HTTP/HTTPS file transfer services. [server-side][http][https] [#5101]
- You can now automatically get SSL/X.509 certificates signed by Let's Encrypt's certificate authority. [ftps][https] [#5117 …
SFTPPlus Release 3.41.1
We are announcing the release of SFTPPlus version 3.41.1 which is a bugfix release to always transfer the marker file as the last file in marker based batch transfer.
By transferring the marker file as the last file, a failed transfer can be resumed.
No other changes were …