Forum Moderators: phranque

Message Too Old, No Replies

What Is FTP?

         

Lex_Luther

4:30 pm on Feb 2, 2006 (gmt 0)

10+ Year Member



Someone needs my ftp address to upload a script. I havent a clue what hes talking about. I'm using cpanel. Can someone give me a clue?
Thanks

Terabytes

4:44 pm on Feb 2, 2006 (gmt 0)

10+ Year Member



FTP stand for File Transfer Protocol..

Usually this is a small program that doesn nothing more than move files from one location to another..
(IE. from your computer to your website...)

It's a standard for moving files up to a website..

Normally you need to have a username and password along with the site url to transfer the files...

unless you intend to give this person your username and password....If you trust them 8-)....they can't add or delete files from your website...

if it's only a single file or something consider asking them where to place it, and use your Cpanel file manager to upload the file to the correct place...

Tera

JerryOdom

4:47 pm on Feb 2, 2006 (gmt 0)

10+ Year Member



[smartftp.com...]

A free windows ftp client program that you can use to log into your server using FTP.(free but with registration costs a month later on but you'll be able to figure it all out by then) FTP is another way to modify your site contents and the person is probably accustomed to using it.

[edited by: JerryOdom at 4:50 pm (utc) on Feb. 2, 2006]

Lobo

4:49 pm on Feb 2, 2006 (gmt 0)

10+ Year Member



WOW! someone on here has never used FTP?

There is certainly a security issue, so either change your password after the upload, or alternatively there are other methods to allow uploads to your site .. many and varied you'd have to look in to it yourself... I mostly use php .. but there are also 'off the shelf' proggys to fill this need ..

[edited by: Lobo at 4:53 pm (utc) on Feb. 2, 2006]

JerryOdom

4:52 pm on Feb 2, 2006 (gmt 0)

10+ Year Member




WOW! someone on here has never used FTP?

Yeah. They do exist. I have a few working for me that are IT graduates. We're just jaded and think everyone knows what it is aren't we? ;)

Lobo

4:55 pm on Feb 2, 2006 (gmt 0)

10+ Year Member



I'm not being derogatory, I'm genuinely surprised ..

Lex_Luther

1:27 am on Feb 3, 2006 (gmt 0)

10+ Year Member



Yes I have never actually used ftp. Still not sure where it is. I just create the html, log in to cpanel, then to file manager and copy and paste. I did my last 200 sites like this, never knew thier was another way. I still cant figure out where this ftp thingy is on cpanel. Thanks all for the help.

Dijkgraaf

1:38 am on Feb 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



FTP isn't in CPanel.
FTP is an alternate way of getting files to your server (or downloading from).
Basically you need an FTP program, and then configure it to connect to your server and then it usually will have one part of the window showing the files in a local directory and the other on the remote server, and you can copy files in either direction, rename files or delete files.
I usually edit all my pages offline and then upload them using an FTP program.

Stefan

1:42 am on Feb 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



As Jerry said, download that program and give it a try. Learn how to access your site with it.

FTP is not only the way files are moved up to servers, it's also great for moving large files between members of a group via a website server. You can create accounts, and give out usernames and pw's to certain members, so that everyone can upload/download to common folders. Also, I often use it to move very large mapping files to clients (>50MB) by temporarily creating folders, and then removing them when the transaction is done.

Somewhere in your control panel will be a section where you can create FTP accounts. Have a good look around for it.

Anyway, read up on the FTP and fool around with it, man - it's incredibly handy.

jdMorgan

4:25 am on Feb 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just want to point out that Internet Explorer has a built-in FTP client, and you can "enable folder view" in the IE options. That allows you to drag and drop files to the server via FTP.

It's certainly not the best ftp client out there, and it hangs up occasionally if the right packets get dropped, but it's there and it's 'free'.

Configurations cause the address format to vary somewhat, but I can open an IE window, type ftp://ftp.my_domain.com/ and drag and drop folders to my server. Navigation looks/works pretty much just like a folder on my local Windoze box.

The stand-alone multi-threaded FTP clients are much faster for big jobs, and there are still several very good free ones available, but I thought I'd mention IE, since everybody with Windows already has it.

You can also go into Run->Cmd and use the command-line version of FTP on Windows.

Jim

JerryOdom

4:50 am on Feb 3, 2006 (gmt 0)

10+ Year Member




I'm not being derogatory, I'm genuinely surprised ..

Oh I know. I meant we as in webmasters.

Lex check out [webopedia.com...] if you'd like a definition of FTP. Its an easy to understand one.

Lobo

5:05 am on Feb 3, 2006 (gmt 0)

10+ Year Member



I did my last 200 sites like this

You do a site like every couple of weeks?

And you've never heard of ftp ... this getting stranger and stranger?

grandpa

5:20 am on Feb 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



FTP gets even easier when you can write it into your (PHP) scripts:

$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);

Security seems to be an issue. I've learned never to leave an open FTP connection laying around. Open - Transfer - Close.

Lex_Luther

6:01 am on Feb 7, 2006 (gmt 0)

10+ Year Member



Thanks for all your input. So many things to learn.

Leva

3:18 pm on Feb 14, 2006 (gmt 0)

10+ Year Member



Note that not all ISPs allow ftp. Mine doesn't for security reasons -- they want you to use SSH. Which is basically the same thing, only with encryption.

Either format is allows you to upload and download files quickly, and do simple tasks like change permissions (unix) and make and delete folders.

Leva

Demaestro

5:07 pm on Feb 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Just want to point out that FTP is a security risk regardless of how guarded you keep your password or how often you change it. If the head sys guy at my work had his way we wouln't even use it.

If FTP is something that confuses you or something that you don't want to deal with, tell the person that they will have to get you the file some other way and you will place it on the server using your Cpanel thingy. Have him email it, have it place it on a disk and courier it. FTP is not the only way, nor is it the best way so do not feel pressure to implement it if you think it is just going to cause you a headache.