Methods in com.jscape.inet.ftp with parameters of type Ftp |
void |
Fxp.mtransfer(Ftp source,
Ftp destination,
java.lang.String filter)
Transfer files matching regular expression from source FTP server to destination FTP server. |
void |
FtpImplementation.setFtp(Ftp ftp)
Sets reference to FTP instance. |
void |
Fxp.transfer(Ftp source,
Ftp destination,
java.lang.String filename)
Transfer file from source FTP server to destination FTP server |
void |
Fxp.transferDir(Ftp source,
Ftp destination,
java.lang.String dir)
Transfer directory from source FTP server to destination FTP server |