You are an anonymous user who can't edit RoboWiki.
Log in if you already have an account. If you would like to become an editor for the wiki, request an account.

Difference between revisions of "FTP"

From RoboWiki
Jump to navigation Jump to search
(Edits are already on the page of Using FTP.)
 
Line 4: Line 4:
  
 
FTP is a must have for any website running on a server.
 
FTP is a must have for any website running on a server.
 
 
How to Get a FTP Client:
 
 
Perhaps the first step is to download a FTP client. If you do a quick search on Google, you'll find one that you can use. A quick search returns these:
 
 
    * Filezilla (all platforms)
 
    * SmartFTP (Windows)
 
    * Cyberduck (Mac OS X)
 
    * Linux has one included of course. Pwn.
 
 
 
Connect to the PRHS Robotics Server
 
 
  1. Start your desired FTP client.
 
  2. Open the dialog to open a new connection. For some this may be a button, menu item, or it may be a few fields on the main window.
 
  3. Using the username and password provided to you, insert those along with the server listed below.
 
          * Server: prhsrobotics.com
 
  4. Click "Connect" and you should be connected to the server. Feel free to look around, just don't do anything you don't understand.
 
  
 
==External Links==
 
==External Links==

Latest revision as of 22:11, 19 June 2010

BrokenRobot.png
This article or section is a stub. This means it lacks key information or is not complete yet.
You can help by adding to it. Click here to see some more stubs to work on.


File Transfer Protocol (abbreviated as "FTP") is a network protocol used to copy files from one host to another over a network (or the internet).

FTP is a must have for any website running on a server.

External Links