summaryrefslogtreecommitdiff
path: root/ftp-get.py
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12ftp: ignore ms in mlsd, process path in ftp-getPeter Wu1-3/+6
- ftp-get: when 'get bar.ext' on ftp.example.com/foo/, the directory 'foo' won't be created.
2013-07-13ftp*: python3 compat, SIZE fixes, MLSD supportPeter Wu1-0/+2
Set binary mode before requesting size, do not exit program if size() fails. Support MLSD mode for ftp-list.py (mostly copied from ftp.py)
2013-06-26ftp*.py: add FTP scriptsPeter Wu1-0/+110
- ftp-get.py: sequentially download a list of files with one connection. - ftp-list.py: recursively show directory contents. - ftp.py: supports "MLSD" which is missing in inetutils.