![]() |
|
Welcome to the UndergroundScene Forums forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#2 (permalink) |
|
Senior Member
Join Date: Jan 2004
Location: St Georges Cross, Glasgow.
Posts: 717
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
FTP is a protocol which gives you shell access to a unix system, but is also emulated for most OS's. Once your logged in you can send unix commands to do stuff like
ls- list the files/directories cd- change directory and so on. what it also gives you the option to do though is upload and download files from your computer to the server. when its used for websites your normally given a virtual directory on the server which you can upload and download to then access the files via the http protocol. If you cant be arsed learning how to use the unix promt get an ftp client such as LeechFTP then everythings just drag and drop. |
|
|
|
|
|
#3 (permalink) |
|
Hardcore is serious guys
Join Date: Mar 2003
Location: Dundee
Posts: 5,867 Band: Blasphemous Necrorapist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Well you've answered the question much better than I could.
All I can add is, if you want to start your own FTP server, then http://www.guildftpd.com/ is a good server program. If you want a good FTP client (program for uploading to/downloading from FTP servers), then smartftp is good http://www.smartftp.com/ |
|
|
|
|
|
#7 (permalink) | |
|
Registered User
Join Date: Apr 2004
Posts: 28
![]() |
Quote:
FTP is File Transfer Protocol. It doesn't give you 'shell access' to Linux systems. What you're thinking of is telnet or ssh: a method used to connect to a shell, allowing you to use the Linux system, as if you were sitting at a terminal in front of the computer. FTP is just a protocol for transferring files. If you get a command line client (XP has one by default) then you can use commands like ls, cd, and pwd to navigate around the directory tree. The 'get' and 'put' commands allow you to upload and download things from the server. Or you can go for a graphical client like RapidFTP. |
|
|
|
|
|
|
#8 (permalink) |
|
Senior Member
Join Date: Jan 2004
Location: St Georges Cross, Glasgow.
Posts: 717
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Ye your right,
what i was trying to say is its "like" a shell enviroment.... the difference is a fine line when your only using a prompt when your not worrying about running apps (which you cans till do, but you cant see the output like with ssh). |
|
|
|