Jump to content

How does ftp work?


ryy705

Recommended Posts

Hello,

 

I always thought that in order for a server to serve files over ftp, the server must have an url in the following format:

ftp://ftp.site.com/

However, recently I have also seen ftp addresses in this format:

www.site.com

I don't know how to connect to such servers.  Command line interface doesn't work.  Firfox's fireftp keeps trying over and over until it times out.  However,  Dreamweaver connected just fine.  Does anyone know why this is or how to connect to such servers using command line interface or other free utilities?

Many thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/135065-how-does-ftp-work/
Share on other sites

FTP is a protocal. Doesn't matter if you connect via IP or some random hostname as long as that hostname reverses to the same IP that the actual FTP Service lives on.

 

ex:

 

geeklan.com

www.geeklan.com

ftp.geeklan.com

 

All reverse to: 208.109.240.109

 

I can connect via FTP to any of those addresses.

 

As far as other programs timing out.. sounds like an issue with the application.

 

By the way.. wrong forum.

Link to comment
https://forums.phpfreaks.com/topic/135065-how-does-ftp-work/#findComment-703500
Share on other sites

Thanks for the quick response and I apologize if this is the wrong forum.

Do you know how I can connect to such server using command line?

I cannot type

ftp www.site.com

  it will not work.

Which ftp utility would you recommend? I have tried many freebies.  But they have failed. 

I wish I had more time to discuss this right now.  I would have ran them and posted the error messages here.  I will do so tomorrow. 

Again, many thanks.

Link to comment
https://forums.phpfreaks.com/topic/135065-how-does-ftp-work/#findComment-703512
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.