Uses of Interface
flux.file.FtpHost

Packages that use FtpHost
flux.file File triggers and actions 
 

Uses of FtpHost in flux.file
 

Subinterfaces of FtpHost in flux.file
 interface FtpSslHost
          Represents an FTP-over-SSL (FTPS) host on a network.
 interface SecureFtpHost
          Represents a Secure FTP (SFTP) host on a network.
 

Methods in flux.file that return FtpHost
 FtpHost FtpCommandAction.getHost()
          Returns the FTP, SFTP, or FTPS host on which the specified commands will be executed.
 FtpHost FileFactory.makeFtpHost()
          Makes a new FtpHost.
 

Methods in flux.file with parameters of type FtpHost
 void FtpCommandAction.setHost(FtpHost host)
          Sets the FTP, SFTP, or FTPS host on which the specified commands will be executed.
 



© 2014 Flux Corporation. All rights reserved.