C# 클래스 FTPResponseExporter.FTPUploader

파일 보기 프로젝트 열기: PrezzaTechnologies/Developer-Samples 1 사용 예제들

공개 메소드들

메소드 설명
FTPUploader ( String hostname, String username, String password, String fileName ) : System
uploadFile ( String fileName, String hostDirectory ) : void

메소드 상세

FTPUploader() 공개 메소드

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

uploadFile() 공개 메소드

public uploadFile ( String fileName, String hostDirectory ) : void
fileName String
hostDirectory String
리턴 void