lftp-3.7.7-mdkconf.patch 888 B

123456789101112131415161718192021222324252627
  1. --- lftp-3.7.7/lftp.conf.agent 2008-08-07 14:27:47.000000000 +0200
  2. +++ lftp-3.7.7/lftp.conf 2009-01-12 14:21:24.000000000 +0100
  3. @@ -13,7 +13,7 @@
  4. ## Uncomment the following two lines to make switch cls and ls, making
  5. ## cls the default.
  6. #alias ls command cls
  7. -#alias hostls command ls
  8. +alias hostls command ls
  9. ## default protocol selection
  10. #set default-protocol/ftp.* ftp
  11. @@ -31,7 +31,7 @@
  12. set auto-sync-mode "icrosoft FTP Service|MadGoat|MikroTik"
  13. ## if default ftp passive mode does not work, try this:
  14. -# set ftp:passive-mode off
  15. +set ftp:passive-mode on
  16. ## Set this to follow http redirections
  17. set xfer:max-redirections 10
  18. @@ -87,4 +87,4 @@
  19. ## If you don't like advertising lftp or servers hate it, set this:
  20. # set ftp:anon-pass "mozilla@"
  21. # set ftp:client ""
  22. -# set http:user-agent "Mozilla/4.7 [en] (WinNT; I)"
  23. +# set http:user-agent "Mozilla/4.7 [en] (Linux; U)"