예제 #1
0
파일: Oyster.cs 프로젝트: CarverLab/Oyster
 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);
 }