View previous topic :: View next topic |
Author |
Message |
Need4Speed Guru
Joined: 06 Jun 2004 Posts: 497
|
Posted: Tue Aug 03, 2004 8:03 pm Post subject: FTP client that really supports SSL? |
|
|
I need to access some files on a server that requires "implicit ssl". I have tried gFTP and FlashFXP using wine. In gFTP I can change the protocol to ftps, but it doesn't really do anything. With FlashFXP there is an option for implicit ssl which works when in windows, but fails while its is negotiating the ssl connection. I have searced for other ftp clients, but haven't found any good ones. Are there any clients that do this for linux? hopefully gui |
|
Back to top |
|
|
Houdini Apprentice
Joined: 14 Jun 2002 Posts: 224 Location: New Mexico Tech, Socorro, NM
|
Posted: Tue Aug 03, 2004 9:22 pm Post subject: |
|
|
I don't have access to a SSL-enabled FTP server, but looking in net-ftp gives me...
ftp - seems to do SSL. It says that SSL-then-FTP isn't implemented, but that's not what you're looking for, is it?
gftp - says it does SSL for the control channel only
kasablanca - says it supports "ssl/tls connections" for both auth and data
lftp - FTPS support
That's all from portage. I found that list by doing something like this:
Code: |
for i in /usr/portage/net-ftp/* ; do
grep "ssl" $i/*
done
|
_________________ ^]:wq |
|
Back to top |
|
|
Need4Speed Guru
Joined: 06 Jun 2004 Posts: 497
|
Posted: Wed Aug 04, 2004 2:05 am Post subject: |
|
|
Houdini wrote: |
ftp - seems to do SSL. It says that SSL-then-FTP isn't implemented, but that's not what you're looking for, is it?
gftp - says it does SSL for the control channel only
kasablanca - says it supports "ssl/tls connections" for both auth and data
lftp - FTPS support
|
Thanks for the list...never knew you could search portage like that. Kasablanca looks good, but it requires all these KDE libraries (I have fvwm), is it worth installing a program that is designed for KDE if I only have fvwm? |
|
Back to top |
|
|
Houdini Apprentice
Joined: 14 Jun 2002 Posts: 224 Location: New Mexico Tech, Socorro, NM
|
Posted: Wed Aug 04, 2004 5:43 pm Post subject: |
|
|
Well, it only requires kdelibs and kde-env. That isn't that bad.
If you want a graphical program, that's really your only way to go. _________________ ^]:wq |
|
Back to top |
|
|
beandog Bodhisattva
Joined: 04 May 2003 Posts: 2072 Location: /usa/utah
|
Posted: Thu Aug 05, 2004 2:59 am Post subject: |
|
|
Filezilla runs under wine with a few annoyances. _________________ If it ain't broke, tweak it. dvds | blurays | blog | wiki |
|
Back to top |
|
|
r4d1x Apprentice
Joined: 25 Nov 2003 Posts: 157 Location: Japan
|
Posted: Thu Aug 05, 2004 3:23 am Post subject: |
|
|
Kasablanca looks nice, but Im not impressed with its SSL capibilities. I run a implicit ssl server and it doesnt like connecting to it. maybe 2/5 tries, yet, flashfxp will connect everytime. I wish somemore gui fxp programs would come out for nix :/ _________________ Gentoo Linux 2.6.19.2-grsec
Dual Athlon-MP 1900
1024Mb PC2100 DDR
Radeon 9600 pro
1TB File Server / FTP |
|
Back to top |
|
|
jub0r n00b
Joined: 01 Feb 2003 Posts: 73 Location: Denver, Colorado
|
Posted: Thu Aug 05, 2004 4:49 am Post subject: |
|
|
Kasablanca is working ok for me although my ProFTP server uses TLS explicit encryption. The interface is definately a bit rough. The only connection settings are "Encryption level" 1 2 and 3 whatever that means. I set it to 3 and it worked.
Regular netkit ftp with ssl support worked well untill I had to put the server in passive mode for the firewall. If you can use active mode, you might give that a shot. |
|
Back to top |
|
|
|