Jump to content
pyth0n3

Lftp

Recommended Posts

Posted

LFTP is sophisticated ftp/http client, file transfer program supporting a number of network protocols. Like BASH, it has job control and uses readline library for input. It has bookmarks, built-in mirror, can transfer several files in parallel. It was designed with reliability in mind. LFTP is free software, distributed under GNU GPL license

Description

Features

Download

Man page

Ceea ce mi sa p?rut important e ca suporta o gr?mada de protocoale , uita?i-va pu?in la features ce op?iuni are

Se pot crea diverse scripturi în non interactive mode, se poate trece direct la orice shell spre exemplu Bash sau Korn f?r? sa se închid? sesiunea , poate fi folosit cu ssh , se poate folosi ?i wget pt a descarca orice file

Http download , net limit suport , background jobs (CTRL-Z)<>(fg)

Content mirroring

mirrror remote_path_directory

Va face un mirror complet a directorului specificat

Mirror synchronization

mirror -R remote_path_directory

Va sincroniza directorul descarcat in precedenta cu remote_path_directory folosind optiunea mirror reverse

Bittorent protocol suport , bineîn?eles func?ioneaz? ?i cu IPV6 , SSL s.a

Un exemplu de scripting mode :

Vine creat un file example in care vin specificate comenzile

open -u ftp host --> va deschide o sesiune cu un user-name ftp la un host specificat 
mput file.txt --> va face upload la un file file.txt

lftp -f example

Bineîn?eles poate fi folosit Perl, Bash sau python pt a crea scripturi mult mai complexe

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...