COMMITS
/ Tools/scripts/ftpmirror.py January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
March 17, 2006
N
Get rid of a bunch more raw_input references
Neal Norwitz committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
May 13, 2003
A
Fix use of 'file' as a variable name.
Andrew M. Kuchling committed
December 5, 2002
S
* when given, port should be converted to int
Skip Montanaro committed
S
allow optional port specified as part of the hostname, e.g.,
Skip Montanaro committed
September 11, 2002
W
Apply diff2.txt from SF patch http://www.python.org/sf/572113
Walter Dörwald committed
June 7, 2001
M
Patch #430754: Makes ftpmirror.py .netrc aware
Martin v. Löwis committed
January 17, 2001
T
Whitespace normalization.
Tim Peters committed
September 16, 2000
B
Allow this script to act like a module by only calling main() if
Barry Warsaw committed
June 29, 1998
G
Fix by Sjoerd Mullender to support symbolic links and make a backup of
Guido van Rossum committed
May 12, 1998
G
OK, here's a different way to implement the same thing -- this version
Guido van Rossum committed
G
Support filenames with spaces in their names (for non-Mac ftp servers).
Guido van Rossum committed
January 4, 1998
G
Dangerous feature added: when removing local files (i.e., only when -r
Guido van Rossum committed
May 19, 1997
G
Unlink before rename (for NT).
Guido van Rossum committed
May 15, 1997
G
Open the output files with 'wb', not 'w'.
Guido van Rossum committed
November 27, 1996
G
/usr/local/bin/python -> /usr/bin/env python
Guido van Rossum committed
November 14, 1996
G
Fixed a bug: files that no longer exist remotely would never be
Guido van Rossum committed
April 9, 1996
G
Create files as temp file and move to real location only when complete.
Guido van Rossum committed
February 5, 1996
G
don't die on unreadable files etc.
Guido van Rossum committed
June 20, 1995
G
added ftp mirror script
Guido van Rossum committed