Test snapshots

Jan-Frode Myklebust janfrode at parallab.uib.no
Thu Mar 15 02:15:37 EST 2001


On Wed, Mar 14, 2001 at 04:07:24PM +0100, Markus Friedl wrote:
> 
> globbing is a client side issue, so you can use any server.
> just try 
> 	sftp> get *
> 

OK, that's almost what I tested, used 'ls' instead of 'get', but it was the
same result:


sftp> ls
drwxr-xr-x   4 janfrode tech          512 May 19  2000 ./
drwxr-xr-x  99 janfrode other        6656 Mar 14 15:12 ../
drwxr-xr-x   6 janfrode tech          512 May 22  2000 bin/
-rw-r--r--   1 janfrode tech         1158 Jun 14  2000 COPYRIGHT
-rw-r--r--   1 janfrode tech         4281 Jun 14  2000 LICENSE
-rw-r--r--   1 janfrode tech          800 Jun 14  2000 README
drwxr-xr-x   4 janfrode tech          512 May 19  2000 src/
sftp> ls *
Couldn't stat remote file: No such file or directory
sftp> ls COPYRI*    
Couldn't stat remote file: No such file or directory
sftp> get COPYRI*    
Couldn't stat remote file: No such file or directory
sftp> ls bi*   
Couldn't stat remote file: No such file or directory
sftp> get bi*   
Couldn't stat remote file: No such file or directory


so this doesn't work here..


  -jf





More information about the openssh-unix-dev mailing list