SFTP – FTP Server for Windows Server 2019 is a perfect solution to transfer files securely over encrypted network layers (using SSH2 protocol). SFTP is not just a simple “FTP over SSH” wrapper – it is a newer protocol, supported by all SSH2 servers.
This is a quick deployment and ready-to-run image.
Simple and rapid installation. Easy to maintain.
Configuration and connection to SFTP – FTP Server for Windows Server 2019 OpenSSH
First you need to open TCP port 22 in the network properties of the Azure Firewall.
The c:\sftp folder is created on the VM. Subfolders with user names are creating automatically when they enter first time on SFTP.
To authenticate a local user on the server, add the user by opening “Users” shortcuts.
After creating the user in Windows, you need:
1. Stop the SFTP server service by running the “stop ftp” shortcut on the desktop.
2. Create the necessary users in the server admin panel.
To add a user to the server, you need to click the shortcut on the desktop “freeFTPd”. When launched, the main window will not open, but immediately gets into the tray:
To open the main application window, click right mouse button on the icon in the tray and select “Configure”. When opened, the following will displayed:
To add SFTP users, go to the “Users” tab and click the “Add” button:
In the user registration window, enter “Login”.
Select “Password stored as SHA1 hash” in the drop-down list of the “Authorization” field,
Next, in the “Password” field, enter any user-friendly password and confirm it in the “Password (again)” field.
Disable the use of “FTP server” and click Apply.
3. After creating the necessary users, you need to:
- go to the SFTP tab and make sure that “Server status: Stopped!”
- start the service by clicking the “Start” button (“Server status” will become “Running…”)
- click the “Apply & Save” button
- click “Stop” (“Server status” will become “Stopped!”)
- close the application window by clicking on the cross (the application minimizes to tray)
- open the Windows tray, click right mouse button on the freeFTPd icon and select “Quit”.
4. Start the SFTP server service using the “start ftp” shortcut on the desktop.
To connect to ftp, it is recommended to use the “FileZilla Client” application (you can download it following the link: https://filezilla-project.org/download.php?platform=win64).
When launched, the application looks like this:
In the “Host” field enter: sftp://SFTP, where SFTP is the address of your machine in the personal account in Azure.
In the “Username” field enter the user’s login of the virtual machine.
In the “Password” type the user’s password of the virtual machine.
When the data is entered click on “Quickconnect”.
Then you will see the next window which asks if you can trust the host and its signatures, in this window you need to click “OK”:
SFTP user folder is automatically created in the “C:\sftp” folder, when the a user connects to SFTP first time. You can transfer files in this folder, so a user can view them.
FAQ:
Question: I get the error “The specified address is already in use”
Answer: This error occurs because of freeFTPd instance background running. To resolve this, you need to cancel all other instances of freeFTPd in the task manager, and then open it again. Also you can just stop freeFTPService and restart it.