C# Class iRuler.Utility.FileTransfer

Mostrar archivo Open project: f5devcentral/f5-irule-editor

Public Methods

Method Description
downloadFile ( iControl interfaces, string remote_file ) : string
uploadFile ( iControl interfaces, string remote_file_path, string file_contents ) : bool

Method Details

downloadFile() public static method

public static downloadFile ( iControl interfaces, string remote_file ) : string
interfaces iControl
remote_file string
return string

uploadFile() public static method

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