Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Need FTP
PostPosted: Sun Jul 17, 2011 9:21 pm 
Offline
Senior Newbie

Joined: Fri Jun 17, 2011 12:20 pm
Posts: 13
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


Top
   
 Post subject:
PostPosted: Sun Jul 17, 2011 9:40 pm 
Offline
Senior Member
User avatar

Joined: Tue Aug 17, 2004 11:37 pm
Posts: 262
Website: http://www.our-lan.com
WLM: nf@our-lan.com
Location: Brisbane, Australia
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

_________________
ServerAdmin - www.our-lan.com
"Diplomacy is the art of saying nice doggy whilst looking for a really big stick"
"In my experiece, any attempt to make any system idiot proof will only challenge God to make a better idiot"


Top
   
 Post subject:
PostPosted: Sun Jul 17, 2011 10:00 pm 
Offline
Senior Newbie

Joined: Fri Jun 17, 2011 12:20 pm
Posts: 13
@Internat thank you for straightening me out

Steven


Top
   
 Post subject:
PostPosted: Mon Jul 18, 2011 11:37 am 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
For simply downloading one or more files/directories from FTP, wget (which is the standard download-file-from-commandline app) can do that.


Top
   
 Post subject:
PostPosted: Mon Jul 18, 2011 9:11 pm 
Offline
Senior Newbie

Joined: Fri Jun 17, 2011 12:20 pm
Posts: 13
@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.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group