CKFinder 3 – ASP.NET Connector Documentation
FtpStorage Member List

This is the complete list of members for FtpStorage, including all inherited members.

CopyFileAsync(string srcPath, string destPath, CancellationToken cancellationToken)FtpStorageinline
CreateFolderAsync(string path, CancellationToken cancellationToken)FtpStorageinline
DeleteFileAsync(string path, CancellationToken cancellationToken)FtpStorageinline
DeleteFolderAsync(string path, CancellationToken cancellationToken)FtpStorageinline
DeleteFolderAsync(string path, Action< int, int > progressAction, CancellationToken cancellationToken)FtpStorageinline
FileExistsAsync(string path, CancellationToken cancellationToken)FtpStorageinline
FolderExistsAsync(string path, CancellationToken cancellationToken)FtpStorageinline
FtpStorage(string host, string port, string userName, string password, string root, string ftpEncryption)FtpStorageinline
FtpStorage(string host, string port, string userName, string password, string root)FtpStorageinline
GetFileInfoAsync(string path, CancellationToken cancellationToken)FtpStorageinline
GetFileInfosAsync(string path, CancellationToken cancellationToken)FtpStorageinline
GetFileInfosAsync(IFileListContinuation fileListContinuation, CancellationToken cancellationToken)FtpStorageinline
GetFolderInfoAsync(string path, CancellationToken cancellationToken)FtpStorageinline
GetFolderInfosAsync(string path, CancellationToken cancellationToken)FtpStorageinline
GetFolderInfosAsync(IFolderListContinuation folderListContinuation, CancellationToken cancellationToken)FtpStorageinline
GetUrlAsync(string path, CancellationToken cancellationToken)FtpStorageinline
MoveFileAsync(string srcPath, string destPath, CancellationToken cancellationToken)FtpStorageinline
MoveFolderAsync(string srcPath, string destPath, CancellationToken cancellationToken)FtpStorageinline
MoveFolderAsync(string srcPath, string destPath, Action< int, int > progressAction, CancellationToken cancellationToken)FtpStorageinline
OnConnectFtpStorage
ReadAsync(string path, CancellationToken cancellationToken)FtpStorageinline
WriteAsync(Stream fileStream, string path, CancellationToken cancellationToken)FtpStorageinline