Exemple #1
0
 public string[] UploadFilesToOysterServer(string[] sFiles,bool ShowProgress,bool EncryptFileNames,ref OCL.FTPTransfer FTP)
 {
     OCL.Functions F = new Functions();
     return F.UploadFiles(sFiles,ShowProgress,EncryptFileNames,ref FTP);
 }