Jun Wan | 3 Aug 2010 17:14
Picon

suppress the warning when mkdir an existing dir

Hi,

I am writing a script that puts files into a remote directory, also create that directory
if it does not exist in the remote host. Is there a way to have mkdir not emit the
warning when the dir already exists? Currently it complains:

mkdir: Access failed: Failure (test44) # test44 is the directory name

There is no harm done to remote host, but the message is a bit confusing
for my user to see - they think something is wrong, where it is really OK. So I want to suppress the message.

Alternatively, is there lftp commands to do this:

if [ ! -d "$dir" ]; then
mkdir $dir
fi

Thanks!

Jun
Thomas Krüger | 5 Aug 2010 17:01
Picon

Lftp - verbose mode

Hello guys,

Is it possible to stop the output of the plain text password in verbose mode?

I pipe the verbose mode output to a file and send this via mail for logging purposes. And for security reasons it would be good to hide the password also in verbose mode.

Best regards,

Thomas Krüger

Kyle Thurow | 6 Aug 2010 18:44
Picon

Re: '331 Password required.' connecting to DSL router

Whichever command(s) I gave you before that worked should be added to
the file ~/.lftp/rc
Then it will run automatically every time lftp starts.  If you want
that setting to work only for this server you can use:
set ftp:use-feat/<server_ip_here> no

2010/7/26 Frédéric L. W. Meunier <fredlwm <at> gmail.com>:
> On Mon, 26 Jul 2010, Peko wrote:
>
>> 2010/7/4 Frédéric L. W. Meunier <fredlwm <at> gmail.com>
>>      Hi. I don't know what's wrong with LFTP (4.0.6) or me, but it
>>      doesn't connect to my DSL router (SpeedTouch 510v6), which has no
>>      password. 'ftp' works fine.
>>
>>
>>
>> Hi Frédéric,
>>
>> Why would you  connect to your DSL router?
>> Does it really host a ftp server ?
>>
>> Did you succeed to connect to your router with another ftp client program?
>
> Every time it power ups, I need to send ten commands to get a connection,
> since it isn't saving its configuration. But I really doubt that this
> brokenness is the problem I get with LFTP, because all other clients I
> tested worked. On Windows, the default ftp. On Linux, Midnight Commander's
> ftpfs, NcFTP and tnftp. All I know is that LFTP is the only with SSL
> support.
>
> ncftp> open -u user 192.168.1.254
> Connecting to 192.168.1.254...
> Inactivity timer = 120 seconds. Use 'site idle <secs>' to change.
> Logging in...
> Password requested by 192.168.1.254 for user "user".
>
>    SpeedTouch Password required.
>
> Password:
>
> OK
> Unknown command.
> Logged in to 192.168.1.254.
> ncftp / > ls
> .: Permission denied
> ncftp / > cd /dl
> Changed to /dl
> ncftp /dl > ls
> mdap_upl.tmp    seed.dat
> ncftp /dl >

Alexander V. Lukyanov | 17 Aug 2010 07:23
Picon
Gravatar

Re: Is it possible to use shell variable for authentication

On Thu, Jul 15, 2010 at 09:45:04PM +0200, Sylvain Rabot wrote:
> lftp -u <login>:<password> $HOST -e "pget $HPATH"
> 
> It works great if we expect the fact that everyone can see my login and
> password using top or ps.

You can try to use ~/.netrc file:
	machine <HOST> login <LOGIN> password <PASSWORD>

Then lftp will use that login/password by default for the host.

--

-- 
   Alexander.

RAPPAZ Francois | 6 Aug 2010 15:20
Picon
Picon
Favicon

lftp 4.0.7 : can't connect with sftp any more

xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

Hi

I was using lftp ver 3.6.1 without problem and I could connect to our server with

sftp://….   <at> www.unifr.ch/dokpe/httpdocs/ and it worked like a charm.

 

I have to change my pc and set I have  set up cigwin with  lftp  4.0.7

 

The same connection command does not work any more: the log gives

---- Ex'ecution du programme de connexion (ssh -a -x -s -l rappazf www.unifr.ch sftp)

---> sending a packet, length=5, type=1(INIT), id=0

<--- sh: ssh: command not found

 

I have compared the settings of both version (my old pc is still working…) but have not found a thing . The file:charset (an empty string in the old settings and now ANSI_X3.4-1968) is one of the differences I have found

 

Thanks for any help

 

François

Andreas Manthey | 15 Aug 2010 15:52
Picon

{Spam?} Mirroring many thousand files

Hi list!

I'm trying to use lftp to move many thousand small files residing in one directory to my local machine. I'm on
Windows/cygwin and the command line is as follows:

lftp user <at> host:/> mirror --no-recursion --parallel=5 --verbose=3 --Remove-source-files /

While this works generally, I noticed two problems:

1) The server limits directory listings to 2000 files. Hence I can only work in chunks of 2000, having to
reissue the command every so often. Is there a way to automate this, until all files have been transferred?

2) There seems to be an issue with removing source files. When I check on the server, they have been removed
indeed. However, the lftp client piles up "couldn't remove" messages, like this:

..
Old file `foo23432.bar' is not removed
Old file `foo23433.bar' is not removed
Total: 1 directory, 2000 files, 0 symlinks
New: 2000 files, 0 symlinks
1761808 bytes transferred in 2467 seconds (714b/s)
To be removed: 0 directories, 8000 files, 0 symlinks

Apparently, that doesn't happen with every download chunk. However, it's always the complete chunk (8000
files = 4 * 2000). Any ideas about this?

Point 2 is just a minor annoyance, since it seems to work correctly. I would sincerely appreciate any help
with point 1 though. Many thanks in advance,

Andreas

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
Spam detection software, running on the system "univ.uniyar.ac.ru", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  Hi list! I'm trying to use lftp to move many thousand small
   files residing in one directory to my local machine. I'm on Windows/cygwin
   and the command line is as follows: lftp user <at> host:/> mirror --no-recursion
   --parallel=5 --verbose=3 --Remove-source-files / [...] 

Content analysis details:   (4.0 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 0.0 FREEMAIL_FROM          Sender email is freemail (michaelch[at]ciudad.com.ar)
                            (voroninee[at]yandex.ru)
                            (ezosource[at]mail.com)
                            (kwakumail01[at]yahoo.com)
                            (elaineannlampard[at]hotmail.com)
                            (sagitova_77[at]mail.ru) (chan01[at]lawyer.com)
                             (ezosource[at]mail.com)
                            (eurocoordinat21[at]voila.fr)
                            (aecrfaweuyhtyh[at]web.de)
                            (tany-79[at]yandex.ru) (hm1209[at]yahoo.com.hk)
                             (sen.anyokonkwo[at]yahoo.com)
                            (ludmila-sexi[at]mail.ru)
                            (john_murphy09[at]live.com)
                            (john_murphy09[at]live.com)
                            (alenkin28[at]mail.ru)
                            (andreasmanthey[at]gmx.net)
-0.0 T_RP_MATCHES_RCVD      Envelope sender domain matches handover relay
                            domain
 4.0 BAYES_50               BODY: Bayes spam probability is 40 to 60%
                            [score: 0.4892]
 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL

Daniel Fazekas | 17 Aug 2010 12:14
Picon

Re: lftp 4.0.7 : can't connect with sftp any more

On Aug 6, 2010, at 15:20, RAPPAZ Francois wrote:

> I have to change my pc and set I have  set up cigwin with  lftp  4.0.7
> <--- sh: ssh: command not found
> I have compared the settings of both version (my old pc is still working...) but have not found a thing .

You forgot to install the OpenSSH client package for your cygwin.
SFTP in lftp requires an installed OpenSSH.

EHCanadian83 | 4 Aug 2010 03:08
Picon
Favicon

{Spam?} lftp with mirror recersive directory 550 Not a plain file


  debug 9 -o /cygdrive/C/SrvData/Eh.Bot/tmp/Homespun-SPiRiT.log
set ftp:passive-mode off
set mirror:parallel-transfer-count 1
set mirror:set-permissions
set net:max-retries 0
set net:persist-retries 0
set net:socket-buffer 65535
set ftp:ssl-allow false
open XXX.XXX.XXX:XXXX
user X X
lcd /cygdrive/C/Downloads/Pending/Homespun-SPiRiT
cd /APPS/Homespun-SPiRiT
mirror --continue --only-missing --dereference --loop
bye

---> SIZE CD1
<--- 213 323476455
---> MDTM CD1
<--- 213 20100802144644.312
---> PORT 208,94,246,54,18,36
<--- 200 Command okay
---> RETR CD1
<--- 550 Not a plain file
---- Closing data socket

I've tested this on 2 DrFTPD servers and not sure if this is just 
related to the DrFTPD or all servers
Spam detection software, running on the system "univ.uniyar.ac.ru", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  debug 9 -o /cygdrive/C/SrvData/Eh.Bot/tmp/Homespun-SPiRiT.log
   set ftp:passive-mode off set mirror:parallel-transfer-count 1 set mirror:set-permissions
   set net:max-retries 0 set net:persist-retries 0 set net:socket-buffer 65535
   set ftp:ssl-allow false open XXX.XXX.XXX:XXXX user X X lcd /cygdrive/C/Downloads/Pending/Homespun-SPiRiT
   cd /APPS/Homespun-SPiRiT mirror --continue --only-missing --dereference --loop
   bye [...] 

Content analysis details:   (4.0 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
-0.0 T_RP_MATCHES_RCVD      Envelope sender domain matches handover relay
                            domain
 4.0 BAYES_50               BODY: Bayes spam probability is 40 to 60%
                            [score: 0.4962]

Joshua Hess | 20 Aug 2010 18:14
Picon
Favicon

FTPS (explicit) connection problems

Greetings,

I cannot connect to an ftps site using lftp, and I do not know what I am doing incorrectly.

There are no firewall issues on the client side.

Any help would be appreciated! Thank you!

Josh

1) Vendor Instructions - 
 We use the FTP/SSL port number of XXXX (for the control port)
 We only support Explicit (AUTH SSL) FTP/SSL - not Implicit SSL.
 We only support Passive mode transfers. 
 The Server responds on ports XXXX to XXXX for its data channel for clients initiating FTP/SSL in Passive mode.

2) My session:

lftp :~> debug 13
lftp :~> open -uXXXX,XXXX -pXXXX ftps://XXXX.XXXX.com
---- Resolving host address...
---- 1 address found: xxx.xxx.xxx.xxx
lftp XXXX <at> XXXX.XXXX.com:~> ls
FileCopy(0x8ed6148) enters state INITIAL
FileCopy(0x8ed6148) enters state DO_COPY
---- dns cache hit
---- Connecting to XXXX.XXXX.com (xxx.xxx.xxx.xxx) port XXXX
**** SSL_connect: unknown protocol
---- Closing control socket
ls: Fatal error: SSL_connect: unknown protocol

3) My lftp set -a

set bmk:auto-sync yes
set bmk:save-passwords no
set cache:cache-empty-listings no
set cache:enable yes
set cache:expire 60m
set cache:expire-negative 1m
set cache:size 16M
set cmd:at-exit ""
set cmd:cls-completion-default -FB
set cmd:cls-default -F
set cmd:csh-history off
set cmd:default-protocol ftp
set cmd:default-title "lftp \\h:\\w"
set cmd:fail-exit no
set cmd:interactive no
set cmd:long-running 30
set cmd:ls-default ""
set cmd:move-background yes
set cmd:move-background-detach yes
set cmd:parallel 1
set cmd:prompt "lftp \\S\\? \\u\\ <at> \\h:\\w> "
set cmd:queue-parallel 1
set cmd:remote-completion on
set cmd:save-cwd-history yes
set cmd:save-rl-history yes
set cmd:set-term-status no
set cmd:status-interval 0.8s
set cmd:stifle-rl-history 500
set cmd:term-status ""
set cmd:time-style "%b %e  %Y|%b %e %H:%M"
set cmd:trace no
set cmd:verbose no
set cmd:verify-host yes
set cmd:verify-path yes
set cmd:verify-path-cached no
set color:dir-colors "no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:"
set color:use-color auto
set dns:SRV-query no
set dns:cache-enable yes
set dns:cache-expire 1h
set dns:cache-size 256
set dns:fatal-timeout 7d
set dns:max-retries 1000
set dns:order inet
set dns:use-fork yes
set file:charset UTF-8
set fish:charset ""
set fish:connect-program "ssh -a -x"
set fish:shell /bin/sh
set ftp:abor-max-wait 15s
set ftp:acct ""
set ftp:anon-pass lftp <at> 
set ftp:anon-user anonymous
set ftp:auto-passive-mode yes
set ftp:auto-sync-mode ""
set ftp:bind-data-socket yes
set ftp:charset ""
set ftp:client lftp/4.0.6
set ftp:device-prefix no
set ftp:fix-pasv-address yes
set ftp:fxp-force no
set ftp:fxp-passive-source no
set ftp:fxp-passive-sscn yes
set ftp:home ""
set ftp:ignore-pasv-address no
set ftp:lang ""
set ftp:list-empty-ok no
set ftp:list-options ""
set ftp:nop-interval 120
set ftp:passive-mode on
set ftp:port-ipv4 ""
set ftp:port-range full
set ftp:prefer-epsv no
set ftp:proxy ""
set ftp:proxy-auth-type user
set ftp:rest-list no
set ftp:rest-stor yes
set ftp:retry-530 "too many|overloaded|try (again |back )?later|is restricted to|maximum
number|number of connect only.*session.*allowed|more connection|already connected|simultaneous login"
set ftp:retry-530-anonymous "Login incorrect"
set ftp:site-group ""
set ftp:skey-allow yes
set ftp:skey-force no
set ftp:ssl-allow yes
set ftp:ssl-allow-anonymous no
set ftp:ssl-auth SSL
set ftp:ssl-copy-sid yes
set ftp:ssl-data-use-keys yes
set ftp:ssl-force on
set ftp:ssl-protect-data yes
set ftp:ssl-protect-fxp no
set ftp:ssl-protect-list on
set ftp:ssl-shutdown-timeout 5
set ftp:ssl-use-ccc yes
set ftp:stat-interval 1
set ftp:sync-mode on
set ftp:timezone GMT
set ftp:trust-feat no
set ftp:use-abor yes
set ftp:use-allo yes
set ftp:use-feat yes
set ftp:use-fxp yes
set ftp:use-hftp yes
set ftp:use-mdtm yes
set ftp:use-mdtm-overloaded no
set ftp:use-mlsd no
set ftp:use-pret yes
set ftp:use-quit yes
set ftp:use-site-chmod yes
set ftp:use-site-idle no
set ftp:use-site-utime yes
set ftp:use-site-utime2 yes
set ftp:use-size yes
set ftp:use-stat yes
set ftp:use-stat-for-list no
set ftp:use-telnet-iac yes
set ftp:verify-address no
set ftp:verify-port no
set ftp:waiting-150-timeout 5
set ftp:web-mode off
set ftps:initial-prot P
set hftp:cache yes
set hftp:cache-control ""
set hftp:proxy ""
set hftp:use-authorization yes
set hftp:use-head yes
set hftp:use-mkcol no
set hftp:use-propfind no
set hftp:use-type yes
set http:accept */*
set http:accept-charset ""
set http:accept-language ""
set http:authorization ""
set http:cache yes
set http:cache-control ""
set http:cookie ""
set http:post-content-type application/x-www-form-urlencoded
set http:proxy ""
set http:put-content-type ""
set http:put-method PUT
set http:referer ""
set http:set-cookies no
set http:use-mkcol yes
set http:use-propfind no
set http:user-agent lftp/4.0.6
set https:proxy ""
set mirror:dereference no
set mirror:exclude-regex "(^|/)(\\.in\\.|\\.nfs)"
set mirror:include-regex ""
set mirror:order "*.sfv *.sig *.md5* *.sum * */"
set mirror:parallel-directories yes
set mirror:parallel-transfer-count 1
set mirror:set-permissions yes
set mirror:skip-noaccess no
set mirror:use-pget-n 1
set module:path /usr/local/lib/lftp/4.0.6:/usr/local/lib/lftp
set net:connection-limit 0
set net:connection-takeover yes
set net:idle 3m
set net:limit-max 0
set net:limit-rate 0:0
set net:limit-total-max 0
set net:limit-total-rate 0:0
set net:max-retries 1000
set net:no-proxy ""
set net:persist-retries 0
set net:reconnect-interval-base 30
set net:reconnect-interval-max 600
set net:reconnect-interval-multiplier 1.5
set net:socket-bind-ipv4 ""
set net:socket-bind-ipv6 ""
set net:socket-buffer 0
set net:socket-maxseg 0
set net:timeout 5m
set pget:default-n 5
set pget:save-status 10s
set sftp:charset ""
set sftp:connect-program "ssh -a -x"
set sftp:max-packets-in-flight 16
set sftp:protocol-version 4
set sftp:server-program sftp
set sftp:size-read 32k
set sftp:size-write 32k
set sftp:use-full-path yes
set ssl:ca-file /home/test/ca_full.pem
set ssl:ca-path ""
set ssl:cert-file /home/test/download.crt
set ssl:check-hostname yes
set ssl:crl-file ""
set ssl:crl-path ""
set ssl:key-file /home/test/download.key
set ssl:verify-certificate no
set torrent:ip ""
set torrent:max-peers 60
set torrent:port-range 6881-6889
set torrent:seed-max-time 30d
set torrent:seed-min-peers 3
set torrent:stop-on-ratio 2.0
set xfer:auto-rename no
set xfer:buffer-size 0x10000
set xfer:clobber yes
set xfer:destination-directory ""
set xfer:disk-full-fatal no
set xfer:eta-period 120
set xfer:eta-terse yes
set xfer:log yes
set xfer:make-backup yes
set xfer:max-redirections 5
set xfer:rate-period 15
set xfer:verify no
set xfer:verify-command ""

jhess | 20 Aug 2010 18:18

FTPS (explicit) connection problems

 
 Greetings,

I cannot connect to an ftps site using lftp, and I do not know what I am doing incorrectly. 

There are no firewall issues on the client side. 

Any help would be appreciated! Thank you!

Josh

1) Vendor Instructions - 
We use the FTP/SSL port number of XXXX (for the control port)
We only support Explicit (AUTH SSL) FTP/SSL - not Implicit SSL. 
We only support Passive mode transfers. 
The Server responds on ports XXXX to XXXX for its data channel for clients initiating FTP/SSL in Passive
mode. 

2) My session:

lftp :~> debug 13
lftp :~> open -uXXXX,XXXX -pXXXX ftps://XXXX.XXXX.com
---- Resolving host address... 
---- 1 address found: xxx.xxx.xxx.xxx
lftp XXXX <at> XXXX.XXXX.com:~> ls
FileCopy(0x8ed6148) enters state INITIAL
FileCopy(0x8ed6148) enters state DO_COPY
---- dns cache hit
---- Connecting to XXXX.XXXX.com (xxx.xxx.xxx.xxx) port XXXX
**** SSL_connect: unknown protocol
---- Closing control socket
ls: Fatal error: SSL_connect: unknown protocol

3) My lftp set -a

set bmk:auto-sync yes
set bmk:save-passwords no
set cache:cache-empty-listings no
set cache:enable yes
set cache:expire 60m
set cache:expire-negative 1m
set cache:size 16M
set cmd:at-exit ""
set cmd:cls-completion-default -FB
set cmd:cls-default -F
set cmd:csh-history off
set cmd:default-protocol ftp
set cmd:default-title "lftp \\h:\\w"
set cmd:fail-exit no
set cmd:interactive no
set cmd:long-running 30
set cmd:ls-default ""
set cmd:move-background yes
set cmd:move-background-detach yes
set cmd:parallel 1
set cmd:prompt "lftp \\S\\? \\u\\ <at> \\h:\\w> "
set cmd:queue-parallel 1
set cmd:remote-completion on
set cmd:save-cwd-history yes
set cmd:save-rl-history yes
set cmd:set-term-status no
set cmd:status-interval 0.8s
set cmd:stifle-rl-history 500
set cmd:term-status ""
set cmd:time-style "%b %e  %Y|%b %e %H:%M"
set cmd:trace no
set cmd:verbose no
set cmd:verify-host yes
set cmd:verify-path yes
set cmd:verify-path-cached no
set color:dir-colors "no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:"
set color:use-color auto
set dns:SRV-query no
set dns:cache-enable yes
set dns:cache-expire 1h
set dns:cache-size 256
set dns:fatal-timeout 7d
set dns:max-retries 1000
set dns:order inet
set dns:use-fork yes
set file:charset UTF-8
set fish:charset ""
set fish:connect-program "ssh -a -x"
set fish:shell /bin/sh
set ftp:abor-max-wait 15s
set ftp:acct ""
set ftp:anon-pass lftp <at> 
set ftp:anon-user anonymous
set ftp:auto-passive-mode yes
set ftp:auto-sync-mode ""
set ftp:bind-data-socket yes
set ftp:charset ""
set ftp:client lftp/4.0.6
set ftp:device-prefix no
set ftp:fix-pasv-address yes
set ftp:fxp-force no
set ftp:fxp-passive-source no
set ftp:fxp-passive-sscn yes
set ftp:home ""
set ftp:ignore-pasv-address no
set ftp:lang ""
set ftp:list-empty-ok no
set ftp:list-options ""
set ftp:nop-interval 120
set ftp:passive-mode on
set ftp:port-ipv4 ""
set ftp:port-range full
set ftp:prefer-epsv no
set ftp:proxy ""
set ftp:proxy-auth-type user
set ftp:rest-list no
set ftp:rest-stor yes
set ftp:retry-530 "too many|overloaded|try (again |back )?later|is restricted to|maximum
number|number of connect only.*session.*allowed|more connection|already connected|simultaneous login"
set ftp:retry-530-anonymous "Login incorrect"
set ftp:site-group ""
set ftp:skey-allow yes
set ftp:skey-force no
set ftp:ssl-allow yes
set ftp:ssl-allow-anonymous no
set ftp:ssl-auth SSL
set ftp:ssl-copy-sid yes
set ftp:ssl-data-use-keys yes
set ftp:ssl-force on
set ftp:ssl-protect-data yes
set ftp:ssl-protect-fxp no
set ftp:ssl-protect-list on
set ftp:ssl-shutdown-timeout 5
set ftp:ssl-use-ccc yes
set ftp:stat-interval 1
set ftp:sync-mode on
set ftp:timezone GMT
set ftp:trust-feat no
set ftp:use-abor yes
set ftp:use-allo yes
set ftp:use-feat yes
set ftp:use-fxp yes
set ftp:use-hftp yes
set ftp:use-mdtm yes
set ftp:use-mdtm-overloaded no
set ftp:use-mlsd no
set ftp:use-pret yes
set ftp:use-quit yes
set ftp:use-site-chmod yes
set ftp:use-site-idle no
set ftp:use-site-utime yes
set ftp:use-site-utime2 yes
set ftp:use-size yes
set ftp:use-stat yes
set ftp:use-stat-for-list no
set ftp:use-telnet-iac yes
set ftp:verify-address no
set ftp:verify-port no
set ftp:waiting-150-timeout 5
set ftp:web-mode off
set ftps:initial-prot P
set hftp:cache yes
set hftp:cache-control ""
set hftp:proxy ""
set hftp:use-authorization yes
set hftp:use-head yes
set hftp:use-mkcol no
set hftp:use-propfind no
set hftp:use-type yes
set http:accept */*
set http:accept-charset ""
set http:accept-language ""
set http:authorization ""
set http:cache yes
set http:cache-control ""
set http:cookie ""
set http:post-content-type application/x-www-form-urlencoded
set http:proxy ""
set http:put-content-type ""
set http:put-method PUT
set http:referer ""
set http:set-cookies no
set http:use-mkcol yes
set http:use-propfind no
set http:user-agent lftp/4.0.6
set https:proxy ""
set mirror:dereference no
set mirror:exclude-regex "(^|/)(\\.in\\.|\\.nfs)"
set mirror:include-regex ""
set mirror:order "*.sfv *.sig *.md5* *.sum * */"
set mirror:parallel-directories yes
set mirror:parallel-transfer-count 1
set mirror:set-permissions yes
set mirror:skip-noaccess no
set mirror:use-pget-n 1
set module:path /usr/local/lib/lftp/4.0.6:/usr/local/lib/lftp
set net:connection-limit 0
set net:connection-takeover yes
set net:idle 3m
set net:limit-max 0
set net:limit-rate 0:0
set net:limit-total-max 0
set net:limit-total-rate 0:0
set net:max-retries 1000
set net:no-proxy ""
set net:persist-retries 0
set net:reconnect-interval-base 30
set net:reconnect-interval-max 600
set net:reconnect-interval-multiplier 1.5
set net:socket-bind-ipv4 ""
set net:socket-bind-ipv6 ""
set net:socket-buffer 0
set net:socket-maxseg 0
set net:timeout 5m
set pget:default-n 5
set pget:save-status 10s
set sftp:charset ""
set sftp:connect-program "ssh -a -x"
set sftp:max-packets-in-flight 16
set sftp:protocol-version 4
set sftp:server-program sftp
set sftp:size-read 32k
set sftp:size-write 32k
set sftp:use-full-path yes
set ssl:ca-file /home/test/ca_full.pem
set ssl:ca-path ""
set ssl:cert-file /home/test/download.crt
set ssl:check-hostname yes
set ssl:crl-file ""
set ssl:crl-path ""
set ssl:key-file /home/test/download.key
set ssl:verify-certificate no
set torrent:ip ""
set torrent:max-peers 60
set torrent:port-range 6881-6889
set torrent:seed-max-time 30d
set torrent:seed-min-peers 3
set torrent:stop-on-ratio 2.0
set xfer:auto-rename no
set xfer:buffer-size 0x10000
set xfer:clobber yes
set xfer:destination-directory ""
set xfer:disk-full-fatal no
set xfer:eta-period 120
set xfer:eta-terse yes
set xfer:log yes
set xfer:make-backup yes
set xfer:max-redirections 5
set xfer:rate-period 15
set xfer:verify no
set xfer:verify-command ""


Gmane