S
S
sergealmazov2014-07-16 11:26:57
FTP
sergealmazov, 2014-07-16 11:26:57

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

2 answer(s)
A
Alexander Borisovich, 2014-07-16
@Alexufo

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.

D
Daniil Gubarev, 2015-11-25
@daniil_gubarev

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 question

Ask a Question

731 491 924 answers to any question