New in AMP 2.0.2 - Integrated SCP/SFTP server!
Added 2020-07-17 13:28:49 +0000 UTCThis new embedded SCP/SFTP server replaces the old FTP(S) server. This system is much easier to work with, requiring only a single port to operate (rather than **17** for the old system by default!). It also automatically generates a highly secure keypair for you on first startup, so it's secure by default rather than requiring that you have a certificate to hand.
It works great with WinSCP and Filezilla, as well as the command line 'scp' utility. You login as previous with your AMP login details.
As a cool side effect, it also acts like an actual SSH server you can connect to with PuTTy or other SSH clients. It's limited in what it lets you do for obvious reasons, but a couple of cool functions it will let you do is download a file from an URL and unzip an archive.
If you previously used the old FTP server you'll need to reconfigure AMP for SFTP - https://github.com/CubeCoders/AMP/wiki/Configuring-SFTP-in-AMP - but this is a lot easier than it was previously.