Alexander V. Lukyanov

Results 79 comments of Alexander V. Lukyanov

I'm integrating appimage build rules into Makefile now. Can you suggest a way to build appimage with modular lftp (configure --with-modules)? Probably it should have LFTP_MODULE_PATH set to the /tmp/.mount_*/usr/lib/lftp/$(VERSION)...

Try "set ftp:use-stat off" ср, 25 сент. 2019, 23:01 The Fscking Sultan : > hello > > I am trying to transfer some folder from one server to another using...

Also enable debug in lftp to see what is going on (command debug) чт, 26 сент. 2019, 6:32 Alexander Lukyanov : > Try "set ftp:use-stat off" > > ср, 25...

The server sends 226- which means another line is coming, but is never received. сб, 28 сент. 2019, 5:03 The Fscking Sultan : > The servers are not mine ,...

You can try "set use-stat-for-list yes" to avoid LIST command. сб, 28 сент. 2019, 20:07 Alexander Lukyanov : > The server sends 226- which means another line is coming, but...

Yes, these are different settings сб, 28 сент. 2019, 21:50 The Fscking Sultan : > "You can try "set use-stat-for-list yes" to avoid LIST command." > > This will work...

Have you tried --no-perms option? пн, 5 дек. 2016, 20:06 Jan Tojnar : > I use this hack to correct the permissions of uploaded files: > > #!/bin/bash > FTPURL="ftp://user@host"...

What happens if you do "site umask 022" before upload? ср, 7 дек. 2016, 6:58 Jan Tojnar : > Yes. That seems to set 770 instead of 750. I need...

There are no such settings in lftp.