Secure FTP Factory

Package com.jscape.filetransfer

Contains wrapper classes for all file transfer protocols including FTP, SFTP (FTP over SSH) and FTPS (FTP over SSL)

See:
          Description

Interface Summary
FileTransfer Abstract interface for performing file transfer operations using FTP, FTPS (FTP over SSL) and SFTP (FTP over SSH) protocols.
FileTransferListener Implements methods for capturing events sourced from File Transfer classes.
 

Class Summary
FileTransferChangeDirEvent Fired when remote directory path is changed on server.
FileTransferCommandEvent Fired when command is sent to an FTP server.
FileTransferConnectedEvent Fired when connection to server is established.
FileTransferCreateDirEvent Fired when directory is created on server.
FileTransferDeleteDirEvent Fired when directory is deleted on server.
FileTransferDisconnectedEvent Fired when connection to server is released.
FileTransferDownloadEvent Fired when file is downloaded from server.
FileTransferEvent Generic base for file transfer events.
FileTransferProgressEvent Fired on significant progress in upload and download operations in FileTransfer derived classes.
FileTransferRemoteFile Represents a file returned in a remote directory listing.
FileTransferRemoteSort Sorts an Enumeration of FileTransferRemoteFile.
FileTransferRemoteSort.FileDateComparator Sorts files by date.
FileTransferRemoteSort.FileNameComparator Sorts files by name.
FileTransferRemoteSort.FileSizeComparator Sorts files by filesize.
FileTransferRenameFileEvent Fired when a file is renamed on server.
FileTransferResponseEvent Fired when response is received from FTP server.
FileTransferUploadEvent Fired when file is uploaded to server.
FtpsImplicitTransfer Implements the basic functionality of a FTPS client using implicit SSL.
FtpsTransfer Implements the basic functionality of a FTPS client using explicit SSL.
FtpTransfer Implements the basic functionality of a FTP client.
SftpTransfer Implements the basic functionality of a SFTP (FTP over SSH) client.
 

Exception Summary
FileTransferException FileTransferException is thrown by many methods of FileTransfer classes.
 

Package com.jscape.filetransfer Description

Contains wrapper classes for all file transfer protocols including FTP, SFTP (FTP over SSH) and FTPS (FTP over SSL)


Secure FTP Factory

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