| Author |
Message |
k7faq
Joined: 17 Jun 2011
Posts: 10
|
| Posted: Sun Jul 17, 2011 8:21 pm Post subject: Need FTP |
|
|
I need an FTP app that I can manually enable when needed. I am not looking for users to FTP into the server, SFTP is for that...
I have tried installing a couple ftp apps and all result in a "bash: ftp: command not found" error.
Searching around it seems Fedora 15 Server has 'not applied the path' to the ftp 'executable'.
Can anyone offer some insight here? Linux is not my strong hold and am doing what I can to learn...
TIA!
Steven
Code: [root@li340-116 public_html]# yum install proftpd
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package proftpd.x86_64 0:1.3.4-0.9.rc2.fc15 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=====================================================================================
Package Arch Version Repository Size
=====================================================================================
Installing:
proftpd x86_64 1.3.4-0.9.rc2.fc15 updates 3.4 M
Transaction Summary
=====================================================================================
Install 1 Package(s)
Total download size: 3.4 M
Installed size: 8.6 M
Is this ok [y/N]: y
Downloading Packages:
http://fedora.mirror.netriplex.com/updates/15/x86_64/proftpd-1.3.4-0.9.rc2.fc15.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found : http://fedora.mirror.netriplex.com/updates/15/x86_64/proftpd-1.3.4-0.9.rc2.fc15.x86_64.rpm
Trying other mirror.
proftpd-1.3.4-0.9.rc2.fc15.x86_64.rpm | 3.4 MB 00:01
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : proftpd-1.3.4-0.9.rc2.fc15.x86_64 1/1
Installed:
proftpd.x86_64 0:1.3.4-0.9.rc2.fc15
Complete!
[root@li340-116 public_html]# ftp
bash: ftp: command not found
[root@li340-116 public_html]# service proftpd start
Starting proftpd: [ OK ]
[root@li340-116 public_html]# ftp
bash: ftp: command not found
|
|
| Back to top |
|
Internat
Joined: 17 Aug 2004
Posts: 254
Location: Brisbane, Australia
|
| Posted: Sun Jul 17, 2011 8:40 pm Post subject: |
|
|
proftpd is a ftp server.. which from your info, isnt something you actually wanted.
Id suggest uninstalling that, and installing either ncftp, or lftp.
you could also use 'yum whatprovides*bin/ftp' to get a list of all applications that give you a ftp binary |
|
| Back to top |
|
k7faq
Joined: 17 Jun 2011
Posts: 10
|
| Posted: Sun Jul 17, 2011 9:00 pm Post subject: |
|
|
@Internat thank you for straightening me out
Steven |
|
| Back to top |
|
Guspaz
Joined: 26 May 2009
Posts: 1150
Location: Montreal, QC
|
| Posted: Mon Jul 18, 2011 10:37 am Post subject: |
|
|
| For simply downloading one or more files/directories from FTP, wget (which is the standard download-file-from-commandline app) can do that. |
|
| Back to top |
|
k7faq
Joined: 17 Jun 2011
Posts: 10
|
| Posted: Mon Jul 18, 2011 8:11 pm Post subject: |
|
|
@Guspaz Thank you for the tip.
The issue that I was looking at from the wrong angle is that I need a means of 'ftp' on the server side for a couple applications to automatically configure themselves. I was looking at things wrong by the error received trying to Code: # ftp to test the ProFTP installation.
Now I am on the more appropriate track and researching config info to set up this server properly.
This FTP solution will not be enabled all the time. Only as needed. SFTP is the manner used for all remote connections to the server.
Thanks for the info, I will keep it in my notes. |
|
| Back to top |
|
| |