am having a problem connecting to some FTP servers. The one that primarly I can’t reach is my hosting provider.
Netfirms is my hosting provider and according to them all is well.
The site I’m trying to ftp to is yourdollarmakesmydreams.com
I am 90% certain it is something on my home network because
- Netfirms says there is no problem
- I am able to SSH to the same server
- Using a FTP testing site (Gene6) I get
- About to connect() to yourdollarmakesmydreams.netfirms.com port 21
- Trying 38.113.169.200… connected
- Connected to yourdollarmakesmydreams.netfirms.com (38.113.169.200) port 21
< 220 Ftp server ready.
> USER yourdollarmakesmydreams
< 331 User yourdollarmakesmydreams okay, need password.
> PASS *****
< 230-You are user #204 of 550 simultaneous users allowed.
< 230-
< 230 Restricted user logged in.
> PWD
< 257 “/” is cwd.
- Entry path is ‘/’
> CLNT Testing from http://www.g6ftpserver.com/ftptest from IP 24.0.70.152
< 200 Noted.
> FEAT
< 211-Extensions supported:
< CLNT
< MDTM
< MLST type*;size*;modify*;UNIX.mode*;UNIX.owner;UNIX.uid;UNIX.group;UNIX.gid;unique
< PASV
< REST STREAM
< SIZE
< TVFS
< Compliance Level: 19981201 (IETF mlst-05)
< 211 End.
> PASV
- Connect data stream passively
< 227 Entering Passive Mode (38,113,169,200,249,141) - Trying 38.113.169.200… connected
- Connecting to 38.113.169.200 (38.113.169.200) port 63885
> TYPE A
< 200 Type okay.
> LIST
< 150 Data connection accepted from 87.98.200.117:4868; transfer starting.
######################################################################## 100,0%< 226 Listing completed.
######################################################################## 100,0%drwxr-x— 2 ftpuser web 512 Jul 26 08:22 cgi-bin
drwxr-x— 4 ftpuser web 512 Jul 31 23:13 www
- Connection #0 to host yourdollarmakesmydreams.netfirms.com left intact
> QUIT
< 221 Goodbye. - Closing connection #0
So I know it is possible to FTP in from a system not on my network