Descrição
Client FTP Net Library ver 1.0
Client FTP Net Library born from the experience of over 15 years in the programming world of its creator. The library is very useful when you need synchronous calls in applications or websites that save files via FTP (for example in CMS or profile functions). They can also be used in AJAX calls via web services allowing an asynchronously management.
The library includes all the common asyncronous FTP client functions often used for the production of web applications and medium/large websites The collection is divided easily into static classes to access the individual functions. Has a linear structure and is easy to use and can be easily integrated into .NET projects.
Requirements
- Microsoft visual studio 2008, 2010, 2012, 2013
- Asp.NET project
- C# language
Documentation
You can start documentation from here
How to install Client FTP Net Library? Check this page
List of functions
- UploadFile
- RenameFile
- MoveFile
- UpdateFile
- FileToBeUpdated
- DeleteFile
- DownloadFileBytes
- DownloadFileStream
- FileExist
- GetFileDate
- GetFileSize
- GetFilesList
- CreateDirectory
- DeleteDirectory
- RenameDirectory
- DeleteFilesInDirectory
See full description here