Linux Support

Moderators: None (Apply to moderate this forum)
Number of threads: 332
Number of posts: 953

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Enable FTP Posted by compukat on 20 May 2003 at 9:55 AM
Can anyone tell me how to enable FTP on Linux 7.3 thru command line? Or, how to tell if FTP is enabled already?

Thx
Kat
Report
Re: Enable FTP Posted by jewel on 22 May 2003 at 1:30 PM
: Can anyone tell me how to enable FTP on Linux 7.3 thru command line? Or, how to tell if FTP is enabled already?
:
: Thx
: Kat
:

I think ftp on redhat 7.3 works out of the box, so type "service ftpd start" and you're fine.

if not, check out www.pureftpd.org
Report
Re: Enable FTP Posted by Jeff P. on 22 May 2003 at 11:39 PM
: Or, how to tell if FTP is enabled already?

You could just point your web browser at:
ftp://localhost/
or from the command-line:
ps -Aa | grep -i ftp

Report
Re: Enable FTP Posted by Sephiroth on 27 May 2003 at 8:44 AM
: Can anyone tell me how to enable FTP on Linux 7.3 thru command line? Or, how to tell if FTP is enabled already?
:
: Thx
: Kat
:
chkconfig --list

That shows what programs are setup to "auto-start" and atwhat run-level they do so. You should see ftpd in there somewhere if it is installed and configured.

-Sephiroth




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.