Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 06-27-2009, 07:04 PM   #1 (permalink)
TSF Enthusiast
 
Direct Current's Avatar
 
Join Date: Apr 2005
Location: Dothan,Al
Posts: 1,952
OS: WIN 98, WIN/xp, Vista


what is FTP & what does it do for you

I am getting ready to inbark on building my own website and I have incounter something on the use of website. What in the world is FTP and what do I use it for? Help!!!!
__________________
Quote:
Greetings and Salutations
It's always fun to learn when you have Forum Friends, like TSF!!!
Dothan , AL, USA
Direct Current is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 06-27-2009, 11:38 PM   #2 (permalink)
Moderator: Design
 
dm01's Avatar
 
Join Date: Oct 2006
Location: Richmond, B.C.; Canada
Posts: 1,421
OS: Windows XP [Version 5.1.2600] SP3 | Ubuntu Jaunty Jackalope | Windows 7 BETA

My System

Re: what is FTP & what does it do for you

FTP is the File Transfer Protocol, just like HTTP (which you see in the address bar presently) is the HyperText Transfer Protocol. Don't ask me how they work, because I don't actually know.

FTP allows fast, easy transfer of files between computers and servers, taking a fraction of the time that HTTP requires. The downside is the files are not readable by the browser until they are downloaded or uploaded. For this reason, you should NEVER download a file from a FTP server if you are not sure of what it is, even if it claims to be a simple .html file.

To use FTP, you would require a FTP client (such as FileZilla http://filezilla-project.org/), your site URL or IP address, and the FTP username and password for your site. Your host should be able to help you with the last one. Once you are connected to the server, you can upload or download files and folders.

If you have built and tested your site entirely within localhost (running the files from your hard drive), it is recommended to upload the entire folder at one time. This ensures the files are uploaded in the same hierarchy, and in turn preserves link integrity.

If you have any other questions, please ask.
__________________


Validate your Markup Validate your CSS Notepad++
Please use [html], [php], and [code] when posting code or markup.
I do not help by Private Message or e-mail. If for some reason I have over-looked a reply to a thread that I have previously replied to, then send me a message.
dm01 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-28-2009, 11:01 AM   #3 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,864
OS: Vista, various linux distros


Re: what is FTP & what does it do for you

Quote:
Originally Posted by dm01 View Post
Don't ask me how they work, because I don't actually know.
protocols 101: they all work and are sent in the same way[excluding secure socket connections] (client sends a request to a server, server replies in packets of data) but with different protocols different info is sent, on a basic level http looks something like this:

[HTTP Header]
[Doc/Server info]
[actual content]
[HTTP Footer]

It's my understanding that the HTTP Header is a fair bit larger than an FTP header, and server info is emmitted because only the IP is needed, also HTTP does a lot more packet error checking(which requires sending a basic checksum style byte)... Doesn't make a large difference looking at a single packet but when you think about the few bytes different for each packet of data over the entire file the data needed to send the file is a lot less over FTP...

I'm sure someone else will have a more in depth/better understanding of this than me but the general gist is there =] haha.
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-28-2009, 01:16 PM   #4 (permalink)
TSF Enthusiast
 
Direct Current's Avatar
 
Join Date: Apr 2005
Location: Dothan,Al
Posts: 1,952
OS: WIN 98, WIN/xp, Vista


Re: what is FTP & what does it do for you

Thanks a bunch jamiemac2005 & dm01. That explain a lot, enough to know I don't need to mess with it right now.

Reason I ask, was I am build my own website under my own domain name thru 1&1.com website builder for beginners, But the instruction are far from a beginner level of understanding. I am not suppose to have to use HTML or FTP, but I can use UPload to use my on logo. But its a chalange and take it one step at a time.

But there is something you may know; When you buy a domain name and I understand it is in park but should it not be listed on the net like yahoo or google or something or does that happen once you get the web page set up.
My domain name does have the ".com" on the end.
__________________
Quote:
Greetings and Salutations
It's always fun to learn when you have Forum Friends, like TSF!!!
Dothan , AL, USA

Last edited by Direct Current; 06-28-2009 at 01:18 PM.
Direct Current is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-29-2009, 03:42 PM   #5 (permalink)
Registered User
 
FredT's Avatar
 
Join Date: Nov 2007
Posts: 388
OS: Mac OS X 10.5.7 and XP SP2


Re: what is FTP & what does it do for you

I don't really understand your last question. Are you saying that you bought a domain (for example www.mydomain123.com), but when you type that domain into the browser your site doesn't show up?

If you've already parked the domain like you mentioned, you still have to change the nameservers. You need to ask 1&1 hosting for the necessary nameservers and then you need to go to the domain registrar you bought the domain name from, login, and change the nameservers accordingly.

Last edited by FredT; 06-29-2009 at 03:44 PM.
FredT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-29-2009, 04:00 PM   #6 (permalink)
Moderator Hardware Team
 
simpswr's Avatar
 
Join Date: May 2007
Location: Houston, Texas
Posts: 12,157
OS: XP, Vista, Win 7


Re: what is FTP & what does it do for you

FWIW . . Windows XP and above can FTP via Internet Explorer

http://support.microsoft.com/kb/135975
simpswr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 01:29 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85