home.social

#lftp — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lftp, aggregated by home.social.

fetched live
  1. Whether you are automating massive backups, syncing web directories, or just getting started with backend servers, there is a command-line client built just for your workflow🚀

    The 12 best, actively maintained CLI tools to level up your terminal game!

    Are you team #LFTP, team #curl, or do you stick to the classics?

    👉 bit.ly/4gkWhcq

    #Linux #WebDev #SysAdmin #LinuxCLI #FOSS

  2. Why is #Filezilla so much faster than #lftp when using SFTP, especially over high latency connections?

  3. Hm #sftp via #lftp acting weird. Tried the same credentials with #rclone and it worked well. Hm...

  4. #rsync to upload a static site grimoire-command.es/2020/rsync

    Retour un peu plus détaillé sur comment je suis passé de 3min à 3s pour la mise à jour du Grimoire-Command.es ! #lftp #ssh #pelican

  5. Avant j'utilisais #lftp pour mettre à jour mon site statique : Grimoire-Command.es

    La commande permet de ne transférer que ce qui est nouveau vers le serveur, mais vérifie chaque fichier un par un, ce qui prenait 3 minutes.

    Maintenant j'utilise #rsync et ça prend 6s.

    Que n'ai-je mis ça en place 186 publications plus tôt…

  6. @brennen yeah you pretty much got it. I want to connect to a server after making file selections inside of #nnn and just pass that list into the server via #lftp mv command. It's essentially working as intended except for this use case with the single-quote (and possibly other #specialcharacters I have yet to test).

  7. is an advanced client.

    lftp is a shell specialized for file transfer operations. lftp supports FTP(S), HTTP(S), and (with DHT and seeding). lftp runs commands that interact with remote files and hosts, like open (connect to host), get (get file), nlist (list files), etc. lftp supports background processes, pipes, conditional execution, and filtering commands like glob.

    Website 🔗️: github.com/lavv17/lftp

    apt 📦️: lftp