I'm trying to connect to a FTP to upload a file from a cent os box. I can access to the server, but the connection times out whenever I try to upload with 'put' command.
I can upload a file without a single problem on my local machine. It sounds like a port issue.
I've already opened outbound port 21. Are there any other ports that I need to open for uploading?
logs
ftp> put localFile remote
227 Entering Passive Mode.
ftp: connect: Connection timed out