On Tue, 25 Feb 2003, Joe Consumer <[EMAIL PROTECTED]> wrote: > FileSets are included in the scp task. You can only > use them for uploading files because there's no way > for the remote side to understand them.
This may come as an enhancement later - much later 8-) If you use a layer between your code and the ssh protocol (I think commons-vfs supports jsch) and have an abstraction for remote files, you can even get remote filesets (<ftp> has by using commons-net's FTPFile). But like I said, much later 8-) Stefan