C# Class iRuler.Utility.FileTransfer

Afficher le fichier Open project: f5devcentral/f5-irule-editor

Méthodes publiques

Méthode Description
downloadFile ( iControl interfaces, string remote_file ) : string
uploadFile ( iControl interfaces, string remote_file_path, string file_contents ) : bool

Method Details

downloadFile() public static méthode

public static downloadFile ( iControl interfaces, string remote_file ) : string
interfaces iControl
remote_file string
Résultat string

uploadFile() public static méthode

public static uploadFile ( iControl interfaces, string remote_file_path, string file_contents ) : bool
interfaces iControl
remote_file_path string
file_contents string
Résultat bool