summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-int.c
AgeCommit message (Expand)Author
2001-02-06dir==lsMarkus Friedl
2001-02-06stat target for remote chdir before doing chdirDamien Miller
2001-02-06cleanup get_pathname, fix pwd after failed cd. okay djm@Niels Provos
2001-02-05? == helpTheo de Raadt
2001-02-04sort commands, so that abbreviations work as expectedTheo de Raadt
2001-02-04debugging sftp: precedence and missing break. chmod, chown, chgrpKevin Steves
2001-02-04use base 8 for umask/chmodMarkus Friedl
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-02-04fix LCDMarkus Friedl
2001-02-04Basic interactive sftp client; ok theo@Damien Miller