Answer the question
In order to leave comments, you need to log in
How to set up an ftp server on a Microsoft Azure VM?
Azure VM
Windows Server 2012 R2
How do I set up ftp so I can connect from outside?
Answer the question
In order to leave comments, you need to log in
1) Create a website with FTP access in IIS.
2) We register a checkpoint on port 21 in the VM management portal. Now there is access from outside on port 21.
I don’t remember connecting only through a passive or an active.
By the way, when I copied a bunch of files through winscp, the VM hung until I rebooted. Why? I don't know, I scored on FTP. Nobody could give me an answer.
I solved the problem like this: I
installed Pure-ftpd
and made two queries in Putty
echo "10000 10100" > /etc/pure-ftpd/conf/PassivePortRange - Ports of connected users
echo "YOUR_EXTERNAL_IP_HERE" > /etc/pure-ftpd/conf/ForcePassiveIP "YOUR_EXTERNAL_IP_HERE" - server ip address.
Ready. you can connect to the server from outside)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question