Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/clovershell-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'FtpServer/IFileSystemHandler.cs')
-rw-r--r--FtpServer/IFileSystemHandler.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/FtpServer/IFileSystemHandler.cs b/FtpServer/IFileSystemHandler.cs
index e54adb5..950f703 100644
--- a/FtpServer/IFileSystemHandler.cs
+++ b/FtpServer/IFileSystemHandler.cs
@@ -199,6 +199,8 @@ namespace mooftpserv
/// </param>
ResultOrError<DateTime> GetLastModifiedTimeUtc(string path);
+ ResultOrError<bool> SetLastModifiedTimeUtc(string path, DateTime time);
+
ResultOrError<bool> ChmodFile(string mode, string path);
}
}