I'm trying to host a FTP server from my WS 2012 R2. I did all the IIS stuff, disabled stateful as well. Port 20 and 21 are open. Current situation:
- From the machine:
ftp > open localhost
works - From the machine:
ftp > open <ip address>
doesn't, "closed by remote host" right after connection - From my PC: FileZilla "Connection closed by server" after 3 seconds of "Connection established, waiting for welcome message..."
- Local IP (
ipconfig
) is the same as external IP, thus no need for a firewall
I'm really noob in server stuff. If you need more info then ask away. Also, this didn't help me at all.