//flex table opened by JP

Click to See Complete Forum and Search --> : Linking files from my FTP server


flightsimcanada.com
06-25-2000, 11:01 AM
Hi there,

I've recently setup an FTP server and now wish to link files directly onto my site. How do I make the links? It seems that if I simply type in the full link to file starting with ftp.24.65.../aircraft/plane01.zip it doesn't seem to work.

Also, I can't access the ftp site from IE by just typing in the ftp.24....

thanks,

flightsimcanada.com
06-25-2000, 06:31 PM
Wonderful, thanks very much, it now works!

Dominus
06-26-2000, 12:25 AM
Are you specifying the protocol in the address? i.e, ftp://ftp.youraddress.com/directory/file.txt

EDIT:

On closer inspection, I see your problem. Its

ftp://###.###.###.###/directory/file.txt

NOT

ftp://ftp.###.###.###.###/dierctory/file.txt

[This message has been edited by Dominus (edited 06-25-2000).]