C# 클래스 iRuler.Utility.FileTransfer

파일 보기 프로젝트 열기: f5devcentral/f5-irule-editor

공개 메소드들

메소드 설명
downloadFile ( iControl interfaces, string remote_file ) : string
uploadFile ( iControl interfaces, string remote_file_path, string file_contents ) : bool

메소드 상세

downloadFile() 공개 정적인 메소드

public static downloadFile ( iControl interfaces, string remote_file ) : string
interfaces iControl
remote_file string
리턴 string

uploadFile() 공개 정적인 메소드

public static uploadFile ( iControl interfaces, string remote_file_path, string file_contents ) : bool
interfaces iControl
remote_file_path string
file_contents string
리턴 bool