Secure FTP Factory

Package com.jscape.inet.sftp

Contains client classes for communicating with a server using SFTP protocol (FTP over SSH)

See:
          Description

Class Summary
Sftp Implements the basic functionality of a SFTP (FTP over SSH) client.
SftpConfiguration The SFTP configuration.
SftpConfiguration.SftpLogger  
SftpFile The SFTP file.
 

Exception Summary
SftpAuthenticationException Exception thrown when trying to create or access a resource with insufficient permissions.
SftpException SftpException is thrown by many methods of the Sftp class.
SftpFileNotFoundException Exception is thrown when attempting to retrieve a file from server that does not exist.
SftpPermissionDeniedException Exception thrown when trying to create or access a resource with insufficient permissions.
 

Package com.jscape.inet.sftp Description

Contains client classes for communicating with a server using SFTP protocol (FTP over SSH)


Secure FTP Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved