]> arthur.barton.de Git - bup.git/history - cmd/ftp-cmd.py
cmd/ftp: don't die if we can't import the ctypes module.
[bup.git] / cmd / ftp-cmd.py
2010-08-22 Avery Pennaruncmd/ftp: don't die if we can't import the ctypes module.
2010-07-27 Gabriel Filioncmd/ftp: exit cleanly on Ctrl-C
2010-07-27 Gabriel Filioncmd/ftp: Hide .dotfiles by default (-a shows them)
2010-07-27 Gabriel Filioncmd/ftp: if completion fails due to FileNotFound, just...
2010-07-26 Avery Pennaruncmd/ftp: don't let people cd into a non-directory.
2010-07-26 Avery Pennarunvfs: try_lresolve() was a bad idea. Create try_resolve...
2010-07-09 Avery Pennaruncmd/ftp: only import readline if necessary.
2010-06-25 Avery Pennarunvfs: correctly handle reading small files.
2010-06-03 Peter McCurdyWork around extra space added by some readline versions.
2010-05-11 Avery Pennarunbup ftp: work even if the 'readline' module isn't avail...
2010-04-23 Avery Pennaruncmd/ftp: 'ls' command should print filenames in columns.
2010-04-23 Avery Pennaruncmd/ftp: if 'get' command returns an error, print it...
2010-03-02 Avery PennarunAdd man pages for random, newliner, help, memtest,...
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.