C# Class FTPResponseExporter.FTPUploader

Show file Open project: PrezzaTechnologies/Developer-Samples Class Usage Examples

Public Methods

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

Method Details

FTPUploader() public method

public FTPUploader ( String hostname, String username, String password, String fileName ) : System
hostname String
username String
password String
fileName String
return System

uploadFile() public method

public uploadFile ( String fileName, String hostDirectory ) : void
fileName String
hostDirectory String
return void