Пример #1
0
 public virtual FileSystemExitCode RenMovFile(string oldName, string newName, bool move, bool overwrite,
                                              RemoteInfo remoteInfo)
 {
     return(FileSystemExitCode.NotSupported);
 }
Пример #2
0
 public virtual FileSystemExitCode GetFile(string remoteName, ref string localName, CopyFlags copyFlags,
                                           RemoteInfo remoteInfo)
 {
     return(FileSystemExitCode.NotSupported);
 }