summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/ftpmirror.py
Commit message (Collapse)AuthorAgeFilesLines
* Unlink before rename (for NT).Guido van Rossum1997-05-191-1/+5
|
* Open the output files with 'wb', not 'w'.Guido van Rossum1997-05-151-1/+1
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Fixed a bug: files that no longer exist remotely would never beGuido van Rossum1996-11-141-0/+24
| | | | | | | | | removed from .mirrorinfo. Now they are (even if -r is not specified -- the files are not removed, just their .mirrorinfo entry). Added a feature: the -s pattern option is also used to skip local files when removing (i.e. -r won't remove local files matching the -s patterns).
* Create files as temp file and move to real location only when complete.Guido van Rossum1996-04-091-7/+22
| | | | Added some try-except statements around listdir and mkdir operations.
* don't die on unreadable files etc.Guido van Rossum1996-02-051-6/+10
|
* added ftp mirror scriptGuido van Rossum1995-06-201-0/+299