C# 클래스 MacBuildTool.FtpManager

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
IsFtp ( string url ) : bool
SaveFile ( string url, string localFile, string userName, string password ) : void
UploadFile ( string localFileToUpload, string targetUrl, string userName, string password, bool keepAlive ) : void

비공개 메소드들

메소드 설명
EndGetResponseCallback ( IAsyncResult result ) : void
EndGetStreamCallback ( IAsyncResult result ) : void
GetFtpWebRequest ( string url, string userName, string password, string method, bool keepAlive ) : FtpWebRequest
GetFtpWebRequest ( string url, string userName, string password, string method, bool keepAlive, bool forceBinary ) : FtpWebRequest
StartUploadUsingFtpState ( string targetUrl, string userName, string password, bool keepAlive, FtpState state ) : void
ThrowExceptionIfFtpUrlIsBad ( string url ) : void

메소드 상세

IsFtp() 공개 정적인 메소드

public static IsFtp ( string url ) : bool
url string
리턴 bool

SaveFile() 공개 정적인 메소드

public static SaveFile ( string url, string localFile, string userName, string password ) : void
url string
localFile string
userName string
password string
리턴 void

UploadFile() 공개 정적인 메소드

public static UploadFile ( string localFileToUpload, string targetUrl, string userName, string password, bool keepAlive ) : void
localFileToUpload string
targetUrl string
userName string
password string
keepAlive bool
리턴 void