LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-02-2003, 10:54 AM   #1
Paul Parr
Member
 
Registered: Apr 2003
Location: Toronto, On. Canada
Distribution: Redhat 9.0 & WinXP
Posts: 86

Rep: Reputation: 15
Lightbulb Did you know You don't need 3rd party FTP clients and servers?


I just discovered that Redhat 9 Linux and Windows XP both come with a FTP Server service and all you have to do is make sure they are installed, enabled, and configured (if needed).

The cool part is the client side. You can access the FTP Servers using your Web browsers in either OS...

A popular method for accessing FTP servers is to use an Internet browser. The browsers offer a limited service which typically only allows a user to connect to an FTP server as a guest (anonymous) user and to download files. The user must supply the browser with the URL of the FTP server; e.g. ftp://ftp.hp.com/

Browser software simplifies the FTP process, by automatically logging a user onto the FTP server with the username of ‘anonymous’ and a standard password using an Internet mail address.

You can navigate the directory structure by automatically listing the directories and files as hypertext links. You can open the content of the directory by clicking on a directory hyperlink, and you can download or open the file by clicking on a file hyperlink.

You cannot typically upload files from a client to a server using browser software.

The URL used to connect to the FTP site can also include a user name and password if authentication is required. The syntax is as follows:

ftp://usernameassword@site_address

The smile is an : and an P

Last edited by Paul Parr; 05-02-2003 at 10:56 AM.
 
Old 05-02-2003, 11:24 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i don't follow... a browser IS third party software...? just third party software that is a web browser and ftp client.

as for the servers... welcome to linux...
 
Old 05-02-2003, 11:36 AM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Re: Did you know You don't need 3rd party FTP clients and servers?

Quote:
Originally posted by Paul Parr
You cannot typically upload files from a client to a server using browser software.
I do that all the time as I never run into any problems uploading and downloading thru a browser to an FTP server.

Is this a classroom discussion 101 type thread..
 
Old 05-02-2003, 12:19 PM   #4
twk
Member
 
Registered: Feb 2002
Location: Canada
Distribution: Fedora/RHEL
Posts: 152

Rep: Reputation: 31
Yes browser can do that, but I still prefer using a "3rd party" ftp client like gftp
 
Old 05-05-2003, 01:38 PM   #5
Athlon_Jedi
Member
 
Registered: Apr 2003
Location: El Dorado Springs, MO
Distribution: Slackware 9
Posts: 84

Rep: Reputation: 15
LIVING UNDER A ROCK?

errumm ..........dont mean to be rude here but i thought that was common knowledge
 
Old 05-05-2003, 02:29 PM   #6
Paul Parr
Member
 
Registered: Apr 2003
Location: Toronto, On. Canada
Distribution: Redhat 9.0 & WinXP
Posts: 86

Original Poster
Rep: Reputation: 15
Re: LIVING UNDER A ROCK?

Quote:
Originally posted by Athlon_Jedi
errumm ..........dont mean to be rude here but i thought that was common knowledge
Well if it was common knowledge I should have known it. I thought there might be some obscure newbie out there that didn't know either. I was under the impression (at least with Windows) that you needed a third party server program like Bulletproof in order to accept Ftp clients.

Actually I am not 100% sure but I don't think Windows I.E. always supported FTP browsing either.

In any case I agree that the third party stuff is far better, and probably more powerful.

If I'm wrong please enlighten me. Thanks All

Last edited by Paul Parr; 05-05-2003 at 02:32 PM.
 
Old 05-05-2003, 02:39 PM   #7
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
I think IE has done since V4. Also - XP Home does not come with an FTP server built in - I think it is PRO/server only.

Also - not all browsers do or ever will have ftp support (most will have anonymous download) but there are many that won't upload.
 
Old 05-05-2003, 04:23 PM   #8
Paul Parr
Member
 
Registered: Apr 2003
Location: Toronto, On. Canada
Distribution: Redhat 9.0 & WinXP
Posts: 86

Original Poster
Rep: Reputation: 15
Thank You for for clearing that up for me david_ross.

Much appreciated.
 
Old 05-05-2003, 05:03 PM   #9
KennyK
Member
 
Registered: Apr 2003
Location: California, USA
Distribution: Redhat 8.0, 9.0 Suse 9.0 Pro
Posts: 129

Rep: Reputation: 15
Actually you can just run Apache and leave out the index page of that directory. This will give a browser all of the visable folders and files available for download.

Regards
 
Old 05-05-2003, 05:10 PM   #10
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Yep - but that has nothing to do with ftp (hence no upload feature). It is just a folder listing that is displayed when there is no page in that directory that fits the "DirectoryIndex" directive.
 
Old 05-05-2003, 05:56 PM   #11
KennyK
Member
 
Registered: Apr 2003
Location: California, USA
Distribution: Redhat 8.0, 9.0 Suse 9.0 Pro
Posts: 129

Rep: Reputation: 15
Quote:
Originally posted by david_ross
Yep - but that has nothing to do with ftp (hence no upload feature). It is just a folder listing that is displayed when there is no page in that directory that fits the "DirectoryIndex" directive.
Just another newbie helper hint for those that might be wanting to setup a download space but don't want to setup an ftp site.
 
Old 05-05-2003, 06:21 PM   #12
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
I gotcha - I was just pointing out the limitations as well.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Assessing 3rd-party packages dhave Slackware 2 07-21-2005 06:22 AM
Inormation about developing FTP Servers/Clients darai Linux - Networking 2 03-29-2005 11:24 AM
Safety of 3rd party cd's robby737 Linux - Security 5 06-16-2004 11:04 AM
3rd party Mandrake DVDs? jenna_h Mandriva 2 06-10-2004 08:27 PM
MS blocks 3rd party MSN Clients. toti Linux - Software 16 10-16-2003 01:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration