We just deployed a new server. We have a process that ftp a file to another server. However, on the new server i can't ftp the file. I get connection time out. Please help
is there a service that i need to setup in the new server?
ajeab
you might want to test ftp manually from cmd.
another possibility is your ftp server may only accept connection from certain IP. so new IP may need to be config to allow in ftp server.
i tested it from cmd:
ftp 10.5.x.x
i get: ftp: connect: connection timeout
When we replaced the server the ip was not changed. We were able to ftp with the old server(same ip)
even though i just want to ftp a file do i need to add the iis ftp role?