1. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  2. ac6df95 Fix use of 'file' as a variable name. by Andrew M. Kuchling · 21 years ago
  3. a5f8c42 * when given, port should be converted to int by Skip Montanaro · 22 years ago
  4. 7dfb02d allow optional port specified as part of the hostname, e.g., by Skip Montanaro · 22 years ago
  5. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  6. a4debff Patch #430754: Makes ftpmirror.py .netrc aware by Martin v. Löwis · 23 years ago
  7. 70c4378 Whitespace normalization. by Tim Peters · 23 years ago
  8. 64850ef Allow this script to act like a module by only calling main() if by Barry Warsaw · 24 years ago
  9. a259696 Fix by Sjoerd Mullender to support symbolic links and make a backup of by Guido van Rossum · 26 years ago
  10. 1f05cb0 OK, here's a different way to implement the same thing -- this version by Guido van Rossum · 26 years ago
  11. aeeda5b Support filenames with spaces in their names (for non-Mac ftp servers). by Guido van Rossum · 26 years ago
  12. fdc5adc Dangerous feature added: when removing local files (i.e., only when -r by Guido van Rossum · 27 years ago
  13. 650b3aa Unlink before rename (for NT). by Guido van Rossum · 27 years ago
  14. 1ade44c Open the output files with 'wb', not 'w'. by Guido van Rossum · 27 years ago
  15. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  16. e41d00b Fixed a bug: files that no longer exist remotely would never be by Guido van Rossum · 28 years ago
  17. 9a2c546 Create files as temp file and move to real location only when complete. by Guido van Rossum · 28 years ago
  18. d2966cb don't die on unreadable files etc. by Guido van Rossum · 28 years ago
  19. e830e55 added ftp mirror script by Guido van Rossum · 29 years ago