PHP4-package for using FTP-SSL?

2003-05-21 Thread Stefan Neufeind
Hi, is there a package available (similar to the ftp-package which can be found in the pear-lib) to use ftp with ssl? I'm not looking for SFTP (SSH-filetransfer) but SSL with AUTH SSL at the beginning of the session. All the best Stefan

Re: PHP4-package for using FTP-SSL?

2003-05-21 Thread Dariush Pietrzak
is there a package available (similar to the ftp-package which can be found in the pear-lib) to use ftp with ssl? I'm not looking for SFTP (SSH-filetransfer) but SSL with AUTH SSL at the beginning of the for server - proftpd, for client - for example lftp. -- Dariush Pietrzak, She swore

Re: FTP-SSL

2002-12-26 Thread Rick Moen
Quoting Joey Hess ([EMAIL PROTECTED]): sftp is of value if only because it lets you use lftp fish:// , so you get a kick-ass ftp client interface with ssh encrypted goodness in the backend. I quite forgot about the _very_ nice FISH (FIles over SHell) protocol, and have just now been playing

Re: FTP-SSL

2002-12-26 Thread Rick Moen
Quoting Joey Hess ([EMAIL PROTECTED]): sftp is of value if only because it lets you use lftp fish:// , so you get a kick-ass ftp client interface with ssh encrypted goodness in the backend. I quite forgot about the _very_ nice FISH (FIles over SHell) protocol, and have just now been playing

Re: FTP-SSL

2002-12-25 Thread Joey Hess
Rick Moen wrote: sftp is really an odd beast, which is part of why it's used so little. If you can get mileage out of many features of ssh within it, you're doing better than anyone else I know of. sftp is of value if only because it lets you use lftp fish:// , so you get a kick-ass ftp client

Re: FTP-SSL

2002-12-25 Thread Joey Hess
Rick Moen wrote: sftp is really an odd beast, which is part of why it's used so little. If you can get mileage out of many features of ssh within it, you're doing better than anyone else I know of. sftp is of value if only because it lets you use lftp fish:// , so you get a kick-ass ftp client

Re: FTP-SSL

2002-12-20 Thread Tim van Erven
On Thu, 19/12/2002 11:12 +0100, Daniel Lysfjord wrote: Depends: ..., libssl0.9.6, ... From man lftp(1) : lftp can handle six file access methods - ftp, ftps, http, https, hftp, fish and file (https and ftps are only avail­ able when lftp is compiled with openssl

Re: FTP-SSL

2002-12-20 Thread Tim van Erven
On Thu, 19/12/2002 11:12 +0100, Daniel Lysfjord wrote: Depends: ..., libssl0.9.6, ... From man lftp(1) : lftp can handle six file access methods - ftp, ftps, http, https, hftp, fish and file (https and ftps are only avail­ able when lftp is compiled with openssl

Re: FTP-SSL

2002-12-20 Thread Nick Boyce
On Wed, 18 Dec 2002 10:53:45 +0100, [EMAIL PROTECTED] wrote: and I need some ftp-ssl client for windows 2000, is there anyone free ? I use FileZilla (http://filezilla.sourceforge.net), which is free and GPL'd, and lean and fast, and has a fairly nice interface. It does FTP, SFTP over SSH2

Re: FTP-SSL

2002-12-19 Thread Daniel Lysfjord
Quoting Cristian Ionescu-Idbohrn [EMAIL PROTECTED]: On Thu, 19 Dec 2002, Daniel Lysfjord wrote: It seems like FileZilla[1] supports ftp-ssl.. [1]: http://sourceforge.net/projects/filezilla What about lftp? Depends: ..., libssl0.9.6, ... From man lftp(1) : lftp can handle

Re: FTP-SSL

2002-12-19 Thread Daniel Lysfjord
It seems like FileZilla[1] supports ftp-ssl.. [1]: http://sourceforge.net/projects/filezilla

Re: FTP-SSL

2002-12-19 Thread Cristian Ionescu-Idbohrn
On Thu, 19 Dec 2002, Daniel Lysfjord wrote: It seems like FileZilla[1] supports ftp-ssl.. [1]: http://sourceforge.net/projects/filezilla What about lftp? Depends: ..., libssl0.9.6, ...

Re: FTP-SSL

2002-12-19 Thread Daniel Lysfjord
Quoting Cristian Ionescu-Idbohrn [EMAIL PROTECTED]: On Thu, 19 Dec 2002, Daniel Lysfjord wrote: It seems like FileZilla[1] supports ftp-ssl.. [1]: http://sourceforge.net/projects/filezilla What about lftp? Depends: ..., libssl0.9.6, ... From man lftp(1) : lftp can handle

Re: FTP-SSL

2002-12-18 Thread Rick Moen
Quoting Yahoo ([EMAIL PROTECTED]): I am interesting to setup a ftp daemon with SSL option, which is an useful option ??? and I need some ftp-ssl client for windows 2000, is there anyone free ? I think the second question (almost) answers the first: The big problem with offering ftp-ssl

Re: FTP-SSL

2002-12-18 Thread Marcel Haman
I am interesting to setup a ftp daemon with SSL option, which is an useful option ??? and I need some ftp-ssl client for windows 2000, is there anyone free ? You could try SSLftpd, it works fine for me. And as a client you could use Flashfxp from CEDsoft, which you may use for a 30 days period

Re: FTP-SSL

2002-12-18 Thread Xavier Santolaria
On Wed, Dec 18, 2002 at 10:53:45AM +0100, Yahoo wrote: I am interesting to setup a ftp daemon with SSL option, which is an useful option ??? and I need some ftp-ssl client for windows 2000, is there anyone free ? why not use sftp(1) ? //xavier -- Xavier Santolaria

Re: FTP-SSL

2002-12-18 Thread Rick Moen
Quoting Alvin Oga ([EMAIL PROTECTED]): otherwise secure windoze clients ... ( winscp and equivalent ... http://www.linux-sec.net/SSH/client.gwif.html#SFTP That's a listing of MS Windows SSH Clients, and includes o SafeTP -- but that has no SSH support o CuteFTP -- but that

Re: FTP-SSL

2002-12-18 Thread Rick Moen
Quoting Xavier Santolaria ([EMAIL PROTECTED]): why not use sftp(1) ? Why not use scp, optionally with the various graphical front-ends that exist on the client side? All known options for various OSes are included here: http://linuxmafia.com/pub/linux/security/ssh-clients (It's a great deal

Re: FTP-SSL

2002-12-18 Thread Xavier Santolaria
On Wed, Dec 18, 2002 at 03:38:22AM -0800, Rick Moen wrote: why not use sftp(1) ? Why not use scp, optionally with the various graphical front-ends that exist on the client side? All known options for various OSes are included here: http://linuxmafia.com/pub/linux/security/ssh-clients

Re: FTP-SSL - very nice

2002-12-18 Thread Alvin Oga
hi ya pain On Wed, 18 Dec 2002 [EMAIL PROTECTED] wrote: Hi, The SmartFTP windows client support ftp over ssl and is free for personal, educational or non-comercial use. Its available for download at : http://www.smartftp.com/download/ very nice info at least... lets see over time what

FTP-SSL

2002-12-18 Thread Yahoo
Hi I am interesting to setup a ftp daemon with SSL option, which is an useful option ??? and I need some ftp-ssl client for windows 2000, is there anyone free ? Regards PD: Sorry because my english ___ Copa del Mundo de la

Re: FTP-SSL

2002-12-18 Thread Marcel Haman
I am interesting to setup a ftp daemon with SSL option, which is an useful option ??? and I need some ftp-ssl client for windows 2000, is there anyone free ? You could try SSLftpd, it works fine for me. And as a client you could use Flashfxp from CEDsoft, which you may use for a 30 days period

Re: FTP-SSL

2002-12-18 Thread Alvin Oga
hi ya abelmmg On Wed, 18 Dec 2002, Rick Moen wrote: Quoting Yahoo ([EMAIL PROTECTED]): I am interesting to setup a ftp daemon with SSL option, which is an useful option ??? and I need some ftp-ssl client for windows 2000, is there anyone free ? just wondering... why not offer https

Re: FTP-SSL

2002-12-18 Thread Xavier Santolaria
On Wed, Dec 18, 2002 at 10:53:45AM +0100, Yahoo wrote: I am interesting to setup a ftp daemon with SSL option, which is an useful option ??? and I need some ftp-ssl client for windows 2000, is there anyone free ? why not use sftp(1) ? //xavier -- Xavier Santolaria

Re: FTP-SSL

2002-12-18 Thread Costas Magos
Another non-free client is CuteFTP pro. It supports ftp-ssl, ftp-ssh, https and more ~kmag Yahoo wrote: Hi I am interesting to setup a ftp daemon with SSL option, which is an useful option ??? and I need some ftp-ssl client for windows 2000, is there anyone free ? Regards PD

Re: FTP-SSL

2002-12-18 Thread Rick Moen
Quoting Xavier Santolaria ([EMAIL PROTECTED]): why not use sftp(1) ? Why not use scp, optionally with the various graphical front-ends that exist on the client side? All known options for various OSes are included here: http://linuxmafia.com/pub/linux/security/ssh-clients (It's a great deal

Re: FTP-SSL

2002-12-18 Thread Alvin Oga
hi ya rick On Wed, 18 Dec 2002, Rick Moen wrote: Quoting Alvin Oga ([EMAIL PROTECTED]): otherwise secure windoze clients ... ( winscp and equivalent ... http://www.linux-sec.net/SSH/client.gwif.html#SFTP That's a listing of MS Windows SSH Clients, and includes

Re: FTP-SSL

2002-12-18 Thread Xavier Santolaria
On Wed, Dec 18, 2002 at 03:38:22AM -0800, Rick Moen wrote: why not use sftp(1) ? Why not use scp, optionally with the various graphical front-ends that exist on the client side? All known options for various OSes are included here: http://linuxmafia.com/pub/linux/security/ssh-clients

Re: FTP-SSL

2002-12-18 Thread pain
Hi, The SmartFTP windows client support ftp over ssl and is free for personal, educational or non-comercial use. Its available for download at : http://www.smartftp.com/download/ Its my favourite windows ftp client since i discover it, very pretty and functional. bye Xavier Santolaria

Re: FTP-SSL

2002-12-18 Thread Rick Moen
Quoting Xavier Santolaria ([EMAIL PROTECTED]): Because sftp(1) understands a set of commands similar to those of ftp(1). I'm unclear on why this is such an attraction, but whatever Works for Him[tm]. It may also use many features of ssh. sftp is really an odd beast, which is part of why

Re: FTP-SSL - very nice

2002-12-18 Thread Alvin Oga
hi ya pain On Wed, 18 Dec 2002 [EMAIL PROTECTED] wrote: Hi, The SmartFTP windows client support ftp over ssl and is free for personal, educational or non-comercial use. Its available for download at : http://www.smartftp.com/download/ very nice info at least... lets see over time what

Re: FTP-SSL

2002-12-18 Thread Jeffrey Taylor
Quoting Rick Moen [EMAIL PROTECTED]: Quoting Alvin Oga ([EMAIL PROTECTED]): otherwise secure windoze clients ... ( winscp and equivalent ... http://www.linux-sec.net/SSH/client.gwif.html#SFTP That's a listing of MS Windows SSH Clients, and includes o SafeTP -- but

RE: FTP-SSL

2002-12-18 Thread Miloš Ctvrtecka
I am interesting to setup a ftp daemon with SSL option, which is an useful option ??? and I need some ftp-ssl client for windows 2000, is there anyone free ? check http://pftp.suxx.sk/, you can use winsslwrapper for your favorite ftp client :) m.

RE: FTP-SSL

2002-12-18 Thread John Corrigan
- From: Alvin Oga [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 2:40 AM To: Rick Moen Cc: debian-security@lists.debian.org Subject: Re: FTP-SSL hi ya abelmmg On Wed, 18 Dec 2002, Rick Moen wrote: Quoting Yahoo ([EMAIL PROTECTED]): I am interesting to setup a ftp daemon

Re: FTP-SSL

2002-12-18 Thread Rick Moen
Quoting John Corrigan ([EMAIL PROTECTED]): TeraTerm is now maintained at http://www.ayera.com/teraterm/ It would be more exact to say that Ayera have created a proprietary fork (TeraTerm Pro Web) of T. Teranishi and Robert O'Callahan's open-source original codebase. CygWin does include

Re: FTP-SSL

2002-12-18 Thread Rick Moen
Quoting Jeffrey Taylor ([EMAIL PROTECTED]): Quoting Rick Moen [EMAIL PROTECTED]: Quoting Alvin Oga ([EMAIL PROTECTED]): otherwise secure windoze clients ... ( winscp and equivalent ... http://www.linux-sec.net/SSH/client.gwif.html#SFTP That's a listing of MS