Computing.Net > Forums > Programming > FTP sites

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

FTP sites

Reply to Message Icon

Name: raymond
Date: September 3, 2002 at 04:15:02 Pacific
Comment:

Hi,
I know what FTP stands for and I've used it to transfer files from a server to my own PC and vice-versa, but what are FTP sites???

For example, I want to set up a small intranet site over a server and somebody asked me if I mean an FTP site. I don't know what that means!!



Sponsored Link
Ads by Google

Response Number 1
Name: DaveStL
Date: September 3, 2002 at 08:06:45 Pacific
Reply:

Simply: FTP stands for File Transfer Protocol, as you know. This is the protocol best suited for transferring files over the Internet. If that is what your site will be used for, then set it up as an FTP site. HTTP, on the other hand, stands for HyperText Transfer Protocol. It is the protocol used by your browser (IE Netscape, etc.) to view files of the .htm or .html type. So, whereas you use a browser to visit your HTTP sites, you would use an application such as ftp.exe to visit your FTP sites. But you will not be able to view html pages via FTP, only download them. So it really depends on exactly how you want to set up your site.

Go to this site to see a brief explanation.

Good luck!


0

Response Number 2
Name: ]SpIkE[
Date: September 8, 2002 at 12:41:26 Pacific
Reply:

heh, this is an easy one.

Lets say this is your FTP info.

Ip address: 100.10.10.10
Port: 24
Login: james
password: dong


The FTP Site would look like this:

ftp://james:dong@100.10.10.10:24

so you don't really have to type all that inside a ftp program to access the ftp. you can use a internet browser and type that site i gave you and it will do the same thing.

the only sad thing is if your browser doesn't support resume then it cant resume anything.

hope this helped.

--------
E-Mail: osp1keo@yahoo.com
Webpage: http://www.geocities.com/osp1keo


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: FTP sites

Batch help - FTP but code cycles? www.computing.net/answers/programming/batch-help-ftp-but-code-cycles/15651.html

VB6 FTP Access connection string www.computing.net/answers/programming/vb6-ftp-access-connection-string/13697.html

HTML FTP Problems www.computing.net/answers/programming/html-ftp-problems/6409.html