C# Class FTPResponseExporter.FTPUploader

Afficher le fichier Open project: PrezzaTechnologies/Developer-Samples Class Usage Examples

Méthodes publiques

Méthode Description
FTPUploader ( String hostname, String username, String password, String fileName ) : System
uploadFile ( String fileName, String hostDirectory ) : void

Method Details

FTPUploader() public méthode

public FTPUploader ( String hostname, String username, String password, String fileName ) : System
hostname String
username String
password String
fileName String
Résultat System

uploadFile() public méthode

public uploadFile ( String fileName, String hostDirectory ) : void
fileName String
hostDirectory String
Résultat void