Secure FTP Factory

Uses of Package
com.jscape.inet.ftp

Packages that use com.jscape.inet.ftp
com.jscape.filetransfer Contains wrapper classes for all file transfer protocols including FTP, SFTP (FTP over SSH) and FTPS (FTP over SSL) 
com.jscape.inet.ftp Contains client classes for communicating with a standard FTP server. 
com.jscape.inet.ftps Contains client classes for communicating with a FTP server using FTPS (FTP over SSL) 
 

Classes in com.jscape.inet.ftp used by com.jscape.filetransfer
FtpException
          FtpException is thrown by many methods of Ftp class.
 

Classes in com.jscape.inet.ftp used by com.jscape.inet.ftp
Ftp
          Implements the basic functionality of a FTP client.
FtpChangeDirEvent
          Fired when the remote directory path is changed.
FtpCommandEvent
          Fired when command is sent to FTP server
FtpConnectedEvent
          Fired when connection to FTP server is established.
FtpConnectionLostEvent
          Fired when connection to FTP server is unexpectedly closed.
FtpCreateDirEvent
          Fired when a new directory is created on the server.
FtpDeleteDirEvent
          Fired when a directory is deleted on the remote server.
FtpDeleteFileEvent
          Fired when a file is deleted from remote server
FtpDisconnectedEvent
          Fired when connection to FTP server is released.
FtpDownloadEvent
          Fired when file is downloaded from FTP server.
FtpEvent
          Abstract event class for handling FTP related events
FtpException
          FtpException is thrown by many methods of Ftp class.
FtpFile
          Represents an item in a directory listing retrieved from FTP server.
FtpFileParser
          Interface to be implemented by classes responsible for parsing directory listings returned by various FTP servers.
FtpListener
          Implements methods for capturing events sourced from Ftp class.
FtpListingEvent
          Fired when directory listing is retrieved from FTP server.
FtpProgressEvent
          Fired on significant progress in upload and download operations in Ftp class.
FtpRenameFileEvent
          Fired when a file is renamed on remote server.
FtpResponseEvent
          Fired when response is received from FTP server
FtpUploadEvent
          Fired when file is uploaded to FTP server.
FxpEndEvent
          Fired for each file successfully transferred during an FXP transfer.
FxpFailedEvent
          Fired when a FXP transfer has failed to complete
FxpListener
          Implements methods for capturing events sourced from Fxp and Fxps classes.
FxpStartEvent
          Fired for each file that begins transfer in an FXP transfer.
 

Classes in com.jscape.inet.ftp used by com.jscape.inet.ftps
FtpException
          FtpException is thrown by many methods of Ftp class.
FtpFile
          Represents an item in a directory listing retrieved from FTP server.
FtpFileParser
          Interface to be implemented by classes responsible for parsing directory listings returned by various FTP servers.
FtpListener
          Implements methods for capturing events sourced from Ftp class.
FxpListener
          Implements methods for capturing events sourced from Fxp and Fxps classes.
 


Secure FTP Factory

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