| Package | Description | 
|---|---|
| com.jscape.inet.ftp | 
| Modifier and Type | Method and Description | 
|---|---|
Ftp | 
Ftp.connect()
Connects to FTP server and performs login using specified username, password and optional account. 
 | 
Ftp | 
Ftp.connect(boolean login)
Connects to FTP server and optionally performs login. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
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 
 | 
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved