FTP+SSL/TLS ?
Schimara Marek
marecek at listonos.cz
Sat Feb 25 14:30:58 GMT 2006
Hello,
Unfortunately sftp is not ftps (ftp+tls). Sftp runs on a different port to ftp (22 like ssh); however ftps runs on port 21, with AUTH mode TLS.. Here is an example of a ftps session (freeserver.sk is my webhosting, they don't support sftp):
Resolving host name freeserver.sk...
Connecting to (freeserver.sk) -> IP: 217.67.30.192 PORT: 21
Connected to (freeserver.sk) -> Time = 31ms
Socket connected waiting for login sequence.
220 FTP Server ready.
AUTH TLS
234 AUTH TLS successful
Connected. Exchanging encryption keys...
Session Cipher: 128 bit RC4
SSL encrypted session established.
PBSZ 0
200 PBSZ 0 successful
USER xxx at yyy.zz
331 Password required for xxx at yyy.zz.
PASS (hidden)
230 User xxx at yyy.zz logged in.
SYST
215 UNIX Type: L8
FEAT
211-Features:
MDTM
REST STREAM
SIZE
AUTH TLS
PBSZ
PROT
211 End
PWD
257 "/" is current directory.
TYPE A
200 Type set to A
PROT P
200 Protection set to Private
PASV
227 Entering Passive Mode (217,67,30,192,236,136).
LIST -aL
Opening data connection IP: 217,67,30,192,236,136 PORT: 60552.
150 Opening ASCII mode data connection for file list
Connected. Exchanging encryption keys...
Session Cipher: 128 bit RC4
SSL encrypted session established.
478 bytes received successfully. (478 B/s) (00:00:01).
226 Transfer complete.
I'm looking for similar functionality with Quanta / KDE..
Thanks
Marek
Dne: 24.2.2006 15:59,
Robert Morrison <orbert at orbert.net> napsal:
> On Saturday 11 February 2006 05:26, Schimara Marek wrote:
> > Hi all,
> >
> >
> >
> > has anybody succeeded in setting up ftp+ssl/tls protocol in KDE
> > (so it can work with programs like Quanta or Konqueror without changes)?
>
> Konqueror understands sftp as a protocol in URLs. Just type:
>
> sftp://example.com
>
> in the address bar.
>
> Warm regards,
> Robert
>
>
> ___________________________________________________
> This message is from the kde mailing list.
> Account management: https://mail.kde.org/mailman/listinfo/kde.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.
>
========================================
If you can't beat your computer at chess,
try kickboxing
- Anonymous -
========================================
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
More information about the kde
mailing list