How To Wiki
Register
(Created page with " I don't know whether the ssl linked library was the old behaviour or not, but the current lftp works a little differently. > whereis lftp lftp: /usr/bin/lftp /etc/lftp.co...")
 
No edit summary
 
Line 1: Line 1:
   
I don't know whether the ssl linked library was the old behaviour or not, but the current lftp works a little differently.
+
I don't know whether the ssl linked library was the old behaviour or not, but the current lftp works a little differently.
   
   
 
> whereis lftp
 
> whereis lftp
 
lftp: /usr/bin/lftp /etc/lftp.conf '''/usr/lib64/lftp''' /usr/share/man/man1/lftp.1.gz
 
lftp: /usr/bin/lftp /etc/lftp.conf '''/usr/lib64/lftp''' /usr/share/man/man1/lftp.1.gz
  +
> cd /usr/lib64/lftp
> cd /usr/lib64/lftp> ls * cmd-mirror.so cmd-torrent.so liblftp-pty.so proto-fish.so proto-http.so
 
  +
 
 
> ls * cmd-mirror.so cmd-torrent.so liblftp-pty.so proto-fish.so proto-http.so
 
cmd-sleep.so liblftp-network.so proto-file.so proto-ftp.so '''proto-sftp.so'''
 
cmd-sleep.so liblftp-network.so proto-file.so proto-ftp.so '''proto-sftp.so'''
 
SFTP support established. [[Special:Contributions/27.33.96.38|27.33.96.38]] 01:10, July 14, 2013 (UTC)
 
SFTP support established. [[Special:Contributions/27.33.96.38|27.33.96.38]] 01:10, July 14, 2013 (UTC)

Latest revision as of 01:11, 14 July 2013

I don't know whether the ssl linked library was the old behaviour or not, but the current lftp works a little differently.


> whereis lftp

lftp: /usr/bin/lftp /etc/lftp.conf /usr/lib64/lftp /usr/share/man/man1/lftp.1.gz

> cd /usr/lib64/lftp

> ls * cmd-mirror.so cmd-torrent.so liblftp-pty.so proto-fish.so proto-http.so

cmd-sleep.so   liblftp-network.so  proto-file.so   proto-ftp.so   proto-sftp.so

SFTP support established. 27.33.96.38 01:10, July 14, 2013 (UTC)