LinuxQuestions.org
Review your favorite Linux distribution.
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 06-25-2007, 11:54 AM   #1
cactusface
Member
 
Registered: Jun 2007
Location: Leicester. UK
Distribution: Simple-Mepis
Posts: 32

Rep: Reputation: 15
Post FTP Programs


Hi,
I have just given Linux another go!! That is I have installed Simple-Mepis on another drive, yes its good and unlike my last try with Red-Het all seems to work. But is there an FTP program so I can upload to my website?? Any help would be much apprecated.

Mel.

Last edited by cactusface; 06-25-2007 at 11:57 AM. Reason: notag
 
Old 06-25-2007, 12:15 PM   #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
you're free to install any linux ftp program you want... there's nothign distribution specific about an ftp client.
 
Old 06-25-2007, 12:47 PM   #3
lugoteehalt
Senior Member
 
Registered: Sep 2003
Location: UK
Distribution: Debian
Posts: 1,215
Blog Entries: 2

Rep: Reputation: 49
The professional ftp daemon is quite good, pftpd.

$ apropos ftp (does apropo have an s?).

Last edited by lugoteehalt; 06-25-2007 at 12:49 PM.
 
Old 06-26-2007, 02:27 PM   #4
cactusface
Member
 
Registered: Jun 2007
Location: Leicester. UK
Distribution: Simple-Mepis
Posts: 32

Original Poster
Rep: Reputation: 15
Post Installing programs in Simple Mepis FTP

Hi Chaps,
Thanks for your replies...

I will try and find the programs and give them a try..
However I have another problem that someone else has helped me with and that is!! How do I install the programs?? Just installed Avast from a DEB package that's should suit my SimpleMepis OS. I did it from the terminal with dpkg -i avast4workstation_1.0.8-2_i386.deb. It all seemed to go OK, but now I can't find the program or run it, where as it gone??

Do I need to specify where their installed to! directory, etc. How do they get into the program listing, etc? Is it all automatic or have I mist something (or 2 or 3)

Help please...

Kind regards

Cactusface
 
Old 06-26-2007, 02:42 PM   #5
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by lugoteehalt
The professional ftp daemon is quite good, pftpd.

$ apropos ftp (does apropo have an s?).
Yes. apropos does have an "s"
 
Old 06-27-2007, 12:35 AM   #6
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by lugoteehalt
The professional ftp daemon is quite good, pftpd.
My guess is he needs a client and not a server? But I might be mistaken.

@cactusface: just use the command line ftp client (if it's the client that you're looking for.
 
Old 06-27-2007, 04:19 AM   #7
lugoteehalt
Senior Member
 
Registered: Sep 2003
Location: UK
Distribution: Debian
Posts: 1,215
Blog Entries: 2

Rep: Reputation: 49
Quote:
Originally Posted by cactusface
How do I install the programs??
# apt-get install <program name>

Or go to it in 'mc', click enter, go into it to 'install', and click enter.

But your way probably works too.
 
Old 06-27-2007, 04:27 AM   #8
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Quote:
I did it from the terminal with dpkg -i avast4workstation_1.0.8-2_i386.deb. It all seemed to go OK, but now I can't find the program or run it, where as it gone??
Some general information for debian-based systems:

Install (if not already) dlocate. This lists file included in an installed package.
apt-get install dlocate as ROOT

Then update its database as ROOT
update-dlocatedb

For getting the complete name of the package avast, list installed packages:
dpkg -l

Take the complete name of avast package and use dlocate to list files:
dlocate avastxxxx

The binary should be in /usr/sbin or /usr/bin.


Quote:
But is there an FTP program so I can upload to my website??
There is filezilla client
Code:
apt-get install filezilla   as ROOT
Code:
dpkg -l | grep filezilla
ii  filezilla                         3.0.0~beta2-4                       Port of the famous Win32 graphical FTP clien
ii  filezilla-common                  3.0.0~beta2-4                       Architecture independent files for filezilla
ii  filezilla-locales                 3.0.0~beta2-4                       Translations of filezilla
Code:
dlocate filezilla | grep bin
filezilla-common: /usr/share/filezilla/resources/cyril/16x16/binary.png
filezilla: /usr/bin
filezilla: /usr/bin/fzsftp
filezilla: /usr/bin/filezilla
 
Old 06-27-2007, 05:04 AM   #9
timmeke
Senior Member
 
Registered: Nov 2005
Location: Belgium
Distribution: Red Hat, Fedora
Posts: 1,515

Rep: Reputation: 61
Other clients for upload are curl (command-line), xftp or gftp (both graphical).
For download I sometimes use wget. But Filezilla is my overall favorite too.
 
Old 06-28-2007, 07:08 AM   #10
cactusface
Member
 
Registered: Jun 2007
Location: Leicester. UK
Distribution: Simple-Mepis
Posts: 32

Original Poster
Rep: Reputation: 15
Post FTP Programs..

Thanks to you all for you replies and advice.

I have solved the problem by downloading and installing the latest version of SimplyMepis (6.2) this has the gftp program already in the package, and I was soon up and running. But it seems you have to eneter the site details everytime, or have I missed something??

timmeke mentioned Filezilla in his reply, this is what I use in windows. I did'ent think there would be a Linux version so I will take a look for that and see if I can install and run it.

Many thanks, again

cactusface
 
Old 06-28-2007, 08:47 AM   #11
timmeke
Senior Member
 
Registered: Nov 2005
Location: Belgium
Distribution: Red Hat, Fedora
Posts: 1,515

Rep: Reputation: 61
Thanks for the recognition, but nx5000 mentioned FileZilla before I did.

The gftp website, http://gftp.seul.org/, mentions a "bookmarks" style feature that allows fast
reconnections to previously used sites. Maybe you just have to update your gftp to the latest version?
 
Old 06-28-2007, 10:48 AM   #12
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Quote:
Originally Posted by timmeke
Thanks for the recognition, but nx5000 mentioned FileZilla before I did.
Thanks for that

Yes filezilla stayed long on windows only. Now it has been ported to linux, I'm quite happy with it.
Gftp used to crash a lot on my computer. Probably everything is fixed now.
 
Old 06-29-2007, 02:22 AM   #13
timmeke
Senior Member
 
Registered: Nov 2005
Location: Belgium
Distribution: Red Hat, Fedora
Posts: 1,515

Rep: Reputation: 61
@nx5000: you're welcome.
 
Old 06-29-2007, 10:01 PM   #14
jag2000
Member
 
Registered: Sep 2003
Location: Ohio
Distribution: Ubuntu 12.04
Posts: 315
Blog Entries: 2

Rep: Reputation: 31
I like GFTP its plain .. simple and to the point.
its similiar to WS_FTP PRO.
 
Old 06-29-2007, 10:29 PM   #15
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
If you use konqueror, you can use the ftp:/ protocol in the browser. I like being able use split panes. That allows you to have the source in the left pane and the destination (could be another computer or an ftp directory) in the right pane.
 
  


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
Running programs through FTP? nathan plemons Linux - Software 1 08-26-2005 04:48 PM
Calling external programs to FTP from C program Manish Programming 11 04-03-2005 10:53 PM
ftp client programs? servnov Linux - General 2 10-01-2004 07:59 PM
can some one give me the name of few FTP programs in Linux ? indian Linux - Software 2 09-17-2004 06:18 AM
my table with programs when i press in button (left down corner) do no show programs sagi7ario Mandriva 1 03-12-2004 12:02 PM

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

All times are GMT -5. The time now is 01:01 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