Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typing error #3

Open
langioletto opened this issue Jan 17, 2021 · 16 comments
Open

typing error #3

langioletto opened this issue Jan 17, 2021 · 16 comments

Comments

@langioletto
Copy link

https://nwgat.ninja/compiling-lftp-on-windows/

Incorrect and missing
cyg-get bison autoconf gcc-core gcc+g++ make pkg-config libreadline7 libreadline-devel libexpat1 openssl openssl-dev

Correct
choco install wget cyg-get bison autoconf gcc-core gcc-g++ make pkg-config libreadline7 libreadline-devel libexpat1 openssl openssl-dev --source=cygwin

diff error: gcc+g++ > gcc-g++
Missing wget

Not correct
tar zxvf lftp-4.6.4.tar.gz && lftp-4.6.4

Correct
tar zxvf lftp-4.6.4.tar.gz && cd lftp-4.6.4

@langioletto
Copy link
Author

To compile the latest version

choco install cygwin cyg-get

Open from cmd: cygwin

choco install cyg-get wget zlib-devel libgnutls-devel libncurses-devel bison autoconf gcc-core gcc-g++ make pkg-config libreadline7 libreadline-devel libexpat1 openssl openssl-dev --source=cygwin

wget http://lftp.yar.ru/ftp/lftp-4.9.2.tar.gz
tar zxvf lftp-4.9.2.tar.gz && cd lftp-4.9.2

./configure

@nwgat
Copy link
Owner

nwgat commented Jan 18, 2021

i will look into it
didnt know choco could install cygwin packages?

@langioletto
Copy link
Author

didnt know choco could install cygwin packages?

Yes, it is possible

@langioletto
Copy link
Author

langioletto commented Jan 18, 2021

LFTP Version 4.9.2 - openssh-8.4p1.zip

For Windows

@nwgat
Copy link
Owner

nwgat commented Jan 18, 2021

ive updated it now
https://nwgat.ninja/compiling-lftp-on-windows/

@langioletto
Copy link
Author

langioletto commented Jan 18, 2021

run cygwin64 from start

"cygwin64" it is not recognized as an internal or external command,
an executable program or batch file.

:)

C:\Users\Admin>cygwin

Admin@PC-000 ~
$

@langioletto
Copy link
Author

ive updated it now
https://nwgat.ninja/compiling-lftp-on-windows/

Thanks for the credits

@nwgat
Copy link
Owner

nwgat commented Jan 18, 2021

did a revision

@langioletto
Copy link
Author

Ok, I try to compile with openssl

Because with gnutls the transfer seems slower to me

@nwgat
Copy link
Owner

nwgat commented Jan 18, 2021

did you try parallel and segmented downloading?

@langioletto
Copy link
Author

No

@nwgat
Copy link
Owner

nwgat commented Jan 18, 2021

@langioletto
Copy link
Author

Ok, i try now

@langioletto
Copy link
Author

langioletto commented Jan 18, 2021

But I use it to transfer my files to remote nas

connect sftp://root:@remotenas
mirror -c -e -p -R /cygdrive/D/ '/media/Dati/Backup'

@nwgat
Copy link
Owner

nwgat commented Jan 18, 2021

@langioletto
Copy link
Author

langioletto commented Jan 18, 2021

Ah. ok , I had seen your scripts, I used them as a basis, now I try why I omitted "--use-pget-n=2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants