summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/sftp-batch.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the setting of DATA and COPY into test-exec.shdtucker2013-05-171-3/+1
|
* date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7djm2009-08-131-5/+5
| | | | | | | | | Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus
* don't delete thyself when running without obj/ ; ok markus@djm2004-01-131-2/+2
|
* Cleanup before use (would break if run after t-sftp), less console spamdjm2003-01-101-7/+11
|
* More regress tests for sftp, most commands are now exercised as is batchmodedjm2003-01-081-0/+53
ok markus@