PDA

Click to See Complete Forum and Search --> : Problem FTP Server


szms
Jan 27th, 2005, 12:31 PM
I am try to do ftp://hostname it does not work and it gives me the error that I attaced as a JPEG format.

It works when I use ftp://xxx.xxx.x.xxx, IP address I mean. So how I can use the hostname for using ftp insted of using the IP address.

I would like to put username and pasword so that only selected people can download from my ftp server. How to do that?

visualAd
Jan 27th, 2005, 01:01 PM
Do you have a local DNS server or is the hostname of your server set in the hosts file on you machine? It appears that the IP address of the server is being resolved with commas instead of dots :confused:

szms
Feb 4th, 2005, 12:59 PM
I got a dynamic dns from www.dyndns.org and then refer the IP address of the ISP. I configure the IP address of my local computer through a router.

dglienna
Feb 7th, 2005, 01:57 AM
didn't they give you a url for your site? just append :21 to the address to get the ftp port. there is probably settings on the ftp server to allow users. You'd want to turn off anonymous access, as well.