Uses of Class
com.openindex.openestate.tool.agency.export.FtpTransport
-
Packages that use FtpTransport Package Description com.openindex.openestate.tool.agency.export Exportmechanismen. -
-
Uses of FtpTransport in com.openindex.openestate.tool.agency.export
Methods in com.openindex.openestate.tool.agency.export with parameters of type FtpTransport Modifier and Type Method Description protected abstract FtpTransport.Request
AbstractPhpFormat. createExportRequestForFtp(FtpTransport transport, File exportFile)
protected FtpTransport.Request
WebsitePhp1Format. createExportRequestForFtp(FtpTransport transport, File exportFile)
protected FtpTransport.Request
WebsitePhp2Format. createExportRequestForFtp(FtpTransport transport, File exportFile)
void
FtpTransportPanel. load(DbAgencyExport export, FtpTransport transport)
void
FtpTransportPanel. save(DbAgencyExport export, FtpTransport transport)
Constructors in com.openindex.openestate.tool.agency.export with parameters of type FtpTransport Constructor Description Request(FtpTransport transport, File exportFile)
Request(FtpTransport transport, File exportFile, String stampFileName)
-