What do you mean that SFTP only works for single files ?

What SFTP client are you using because the default CLI client on Solaris and
anything else that uses OpenSSH or a derivative of it can grab multiple files
in several ways eg:

$ sftp remotehost:data/*

or using a batch file:
$ cat > batch <<EOM
get filea
get FileB
...
EOM
$ sftp -b batch remotehost

--
Darren J Moffat
-- 
This message posted from opensolaris.org
_______________________________________________
storage-discuss mailing list
storage-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to