Package com.sshtools.sftp

This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API.

See:
          Description

Interface Summary
RegularExpressionMatching Interface for treating a filename as a regular expression and returning the list of files that match.
 

Class Summary
DirectoryOperation This class provides a list of operations that have been/or will be completed by the SftpClient's copyRemoteDirectory/copyLocalDirectory methods.
GlobRegExpMatching Implements the RegularExpressionMatching Interface.
NoRegExpMatching Implements the RegularExpressionMatching Interface.
Performs no regular expression matching so:
matchFilesWithPattern() simply returns the files parameter it is passed as an argument
matchFileNamesWithPattern() simply returns a 1 element array containing the filename on the first element of the file[] argument passed to it.
Perl5RegExpMatching Implements the RegularExpressionMatching Interface.
SftpClient Implements a Secure File Transfer (SFTP) client.
 

Package com.sshtools.sftp Description

This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API.



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.