UndergroundScene Forums  

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!


Go Back   UndergroundScene Forums > SPECIAL AREAS > Information Technology
Register FAQ Site Areas Gig Guides Members Calendar Arcade Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 12th November 2004, 12:55 AM   #1 (permalink)
gord
of the rings
 
gord's Avatar
 
Join Date: Nov 2001
Location: Dundee
Posts: 2,726
gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?
FTP Servers

What can anyone tell me about FTP's?

My knowledge is basic to say the least
gord is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12th November 2004, 01:42 AM   #2 (permalink)
WarmToast
Senior Member
 
WarmToast's Avatar
 
Join Date: Jan 2004
Location: St Georges Cross, Glasgow.
Posts: 717
WarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the rough
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.
WarmToast is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12th November 2004, 01:48 AM   #3 (permalink)
humndislocation
Hardcore is serious guys
 
humndislocation's Avatar
 
Join Date: Mar 2003
Location: Dundee
Posts: 5,867
Band: Blasphemous Necrorapist
humndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond repute
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/
humndislocation is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12th November 2004, 02:01 AM   #4 (permalink)
gord
of the rings
 
gord's Avatar
 
Join Date: Nov 2001
Location: Dundee
Posts: 2,726
gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?gord What are you? a college boy?
thanks guys

who needs google, eh?
gord is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12th November 2004, 02:23 AM   #5 (permalink)
WarmToast
Senior Member
 
WarmToast's Avatar
 
Join Date: Jan 2004
Location: St Georges Cross, Glasgow.
Posts: 717
WarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the rough
Quote:
Originally Posted by gord
who needs google, eh?
its share-holders?

WarmToast is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16th November 2004, 04:08 AM   #6 (permalink)
paul engage
Senior Member
 
paul engage's Avatar
 
Join Date: Oct 2002
Posts: 1,972
paul engage is a jewel in the roughpaul engage is a jewel in the roughpaul engage is a jewel in the roughpaul engage is a jewel in the roughpaul engage is a jewel in the roughpaul engage is a jewel in the roughpaul engage is a jewel in the roughpaul engage is a jewel in the roughpaul engage is a jewel in the roughpaul engage is a jewel in the rough
if you're gonna set up an ftp server on a broadband box.. use sftp instead. Far more secure (I recommend one of the BSDs for this- but you could use OSX or Linux).
paul engage is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 4th December 2004, 03:20 AM   #7 (permalink)
vulcan
Registered User
 
Join Date: Apr 2004
Posts: 28
vulcan is an unknown quantity at this point
Quote:
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.
That's not totally correct.

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.
vulcan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 5th December 2004, 12:22 AM   #8 (permalink)
WarmToast
Senior Member
 
WarmToast's Avatar
 
Join Date: Jan 2004
Location: St Georges Cross, Glasgow.
Posts: 717
WarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the roughWarmToast is a jewel in the rough
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).
WarmToast is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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




All times are GMT. The time now is 02:47 AM.


Powered by vBulletin
UndergroundScene.co.uk is bad-ass and under copyright

Content Relevant URLs by vBSEO 3.0.0 RC8