Method | Description | |
---|---|---|
FTPUploader ( String hostname, String username, String password, String fileName ) : System | ||
uploadFile ( String fileName, String hostDirectory ) : void |
public FTPUploader ( String hostname, String username, String password, String fileName ) : System | ||
hostname | String | |
username | String | |
password | String | |
fileName | String | |
return | System |
public uploadFile ( String fileName, String hostDirectory ) : void | ||
fileName | String | |
hostDirectory | String | |
return | void |