Example of FTP File Provider in Javascript File Manager Control

/
/
undefined

This sample demonstrates how to utilize the File Transfer Protocol file system provider to manage the files in the File Manager component. To run the service, create a FTP connection, and then configure the FTP details such as host name, user name, and password in the SetFTPConnection method to perform the file operations.

More Details...

Description

The File Manager component is used to explore a file system through a web application, similar to the windows explorer for windows. It supports all the basic file operations such as create, rename, delete and so on. Note: File Manager's upload functionality is restricted in online demo. To work with upload functionality, please download ftp-aspcore-file-provider from the GitHub repository.