summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/ftpmirror.py
Commit message (Expand)AuthorAgeFilesLines
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-4/+4
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-53/+53
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-10/+10
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+5
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-40/+32
* Fix use of 'file' as a variable name.Andrew M. Kuchling2003-05-131-3/+3
* * when given, port should be converted to intSkip Montanaro2002-12-051-1/+3
* allow optional port specified as part of the hostname, e.g.,Skip Montanaro2002-12-051-3/+6
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-6/+5
* Patch #430754: Makes ftpmirror.py .netrc awareMartin v. Löwis2001-06-071-3/+10
* Whitespace normalization.Tim Peters2001-01-171-334/+334
* Allow this script to act like a module by only calling main() ifBarry Warsaw2000-09-161-1/+3
* Fix by Sjoerd Mullender to support symbolic links and make a backup ofGuido van Rossum1998-06-291-56/+80
* OK, here's a different way to implement the same thing -- this versionGuido van Rossum1998-05-121-6/+6
* Support filenames with spaces in their names (for non-Mac ftp servers).Guido van Rossum1998-05-121-2/+2
* Dangerous feature added: when removing local files (i.e., only when -rGuido van Rossum1998-01-041-25/+50
* 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
* Create files as temp file and move to real location only when complete.Guido van Rossum1996-04-091-7/+22
* don't die on unreadable files etc.Guido van Rossum1996-02-051-6/+10
* added ftp mirror scriptGuido van Rossum1995-06-201-0/+299