Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
08-12-2004, 04:13 PM
|
#1
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Rep:
|
GUI based SFTP programs that run in linux?
are there any? if not could someone please educate me on how to use sftp /scp to copy/push files between my 2 linux boxes.
i have samba setup on one of them (RH9, its my laptop), but i dont know how to make linux talk to a samba share. i understand how to navigate around via ssh, but no clue how to push/pull files from the laptop to my desktop. i am running Whitebox 3 on the desktop.
thanks for the help.
|
|
|
08-12-2004, 04:21 PM
|
#2
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Original Poster
Rep:
|
just to add, i really like the way winSCP works in windows. its very simular to cuteFTP so it makes it very simple to use. that is the kind of program i am looking for. that or just an education on how to better utilize the CLI for ssh/sftp/scp.
thank you.
|
|
|
08-18-2004, 12:20 PM
|
#3
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Original Poster
Rep:
|
i take it no one knows of any such animal, and is not willing to assist with this learning curve...
|
|
|
08-18-2004, 02:56 PM
|
#4
|
Member
Registered: Apr 2004
Location: phoenix,az
Distribution: red hat/suse
Posts: 54
Rep:
|
i use an SSH client that came with a secure ftp program, but thats on my windows computer.
u can try the following
http://secureftp.glub.com/
http://www.xbill.org/sftp/
|
|
|
08-18-2004, 04:00 PM
|
#5
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Original Poster
Rep:
|
great thanks for the links.
yes i use winSCP for my windows clients to access sFTP to linux and that is great. im hopping one of those links will give me something like that for my RH/Whitebox systems too.
|
|
|
08-18-2004, 11:33 PM
|
#6
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Original Poster
Rep:
|
little help please...
I installed java from sun and then downloaded the unix vs of the sFTP program from your first link.
the instructions say to just type java -jar..... but i am getting this error:
Code:
[ray2@raylap ray2]$ java -jar secureftp.jar
bash: java: command not found
[ray2@raylap ray2]$ whereis java
java: /usr/share/java
[ray2@raylap ray2]$ su -
Password:
[root@raylap root]# java -jar secureftp.jar
-bash: java: command not found
[root@raylap root]#
so yes tried that as both normal user and as root.
http://www.glub.com/products/securef...s/launch.shtml
Quote:
To run Secure FTP from the jar file, do the following:
Windows or Mac OS X
Double-click on the jar file.
Unix
From a shell, type: java -jar secureftp.jar
|
so im a bit lost... thanks for the help.
|
|
|
08-19-2004, 01:19 AM
|
#7
|
Member
Registered: Apr 2004
Location: phoenix,az
Distribution: red hat/suse
Posts: 54
Rep:
|
not sure what that command does.
What is that command supposed to accomplish.
try changing to the directory that the command is in and then executing it.
you where on the right track with the whereis command, but remember if a command isnt in your path u either have to execute it from its home directory or type the entire path.
a great resource for all things linux is
www.google.com/linux
|
|
|
08-19-2004, 10:46 PM
|
#8
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Original Poster
Rep:
|
well it is supposed to start the GUI sFTP program from what i understand...
Code:
[ray2@raylap ray2]$ /usr/share/java -jar secureftp.jar
bash: /usr/share/java: is a directory
[ray2@raylap ray2]$ cd /usr/share/java/
[ray2@raylap java]$ java -jar secureftp.jar
bash: java: command not found
[ray2@raylap java]$
but as you can see, even from that directory, it is still not a command...
i guess that app and its directions are just bonkerz in what they say.
oh well.
|
|
|
08-19-2004, 11:25 PM
|
#9
|
LQ Guru
Registered: Jan 2002
Posts: 6,042
Rep: 
|
First thing I would do is navigate to /usr/share and find out if java is a directory. Then go into that directory and go into bin. The program java is in there. You can add more paths to search in your PATH environment variable.
I think Konqueror has sftp. Also gftp has it too.
|
|
|
08-20-2004, 12:39 AM
|
#10
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Original Poster
Rep:
|
thanks for the help, but after 3 differnt programs all NOT working according to their setup instructions i think im done with trying to learn sFTP for linux. at least the damn GUI of windows works straight out of the double clicky install. nothing to configure beyound answering some simple basic questions.
do i want it to look like A, or look like B. done it works.
|
|
|
08-20-2004, 06:47 AM
|
#11
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
Well in theory this functionality is built into KDE and GNOME.
In KDE try going to fish://user@host/path, in GNOME try sftp:// .... gnomes version never worked too well for me though.
|
|
|
08-20-2004, 09:57 AM
|
#12
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Original Poster
Rep:
|
i just want something simple that looks and runs a lot like cuteFTP or winSCP
http://winscp.sourceforge.net/eng/sc.../commander.gif
thats a simple SS of winSCP running on winXP. if you do not know the path to your desitnation how can you navigate...
with something like cuteFTP, and winSCP you do not need to know the exact path, you just need to know the computer, user/pw and then you can FIND what you need/want.
|
|
|
08-20-2004, 10:39 AM
|
#13
|
Member
Registered: Feb 2004
Location: .se
Distribution: Ubuntu, debian
Posts: 124
Rep:
|
Quote:
Originally posted by Lleb_KCir
i just want something simple that looks and runs a lot like cuteFTP or winSCP
http://winscp.sourceforge.net/eng/sc.../commander.gif
thats a simple SS of winSCP running on winXP. if you do not know the path to your desitnation how can you navigate...
with something like cuteFTP, and winSCP you do not need to know the exact path, you just need to know the computer, user/pw and then you can FIND what you need/want.
|
Well, just type: fish://user@host in the location bar of konqueror (assuming kde) then.
|
|
|
08-20-2004, 10:56 AM
|
#14
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Original Poster
Rep:
|
gnome, what is fish?
|
|
|
08-20-2004, 11:28 AM
|
#15
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
WinSCP works OK in wine if you use native comctl32
I'm working on fixing the rebar problem it displays now. No promises though.
|
|
|
All times are GMT -5. The time now is 11:20 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|