Click or drag to resize
Welcome to the Client FTP Net Library

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

How to use

Check it out the "How to install Client FTP Net Library" section in this documentation to begin.

Getting started with functions

Client FTP Net Library has a simple structure and linear to allow easy integration into existing projects and easy detections of functions.

Main functions provides this actions:

  • UploadFile

  • RenameFile

  • MoveFile

  • UpdateFile

  • FileToBeUpdated

  • DeleteFile

  • DownloadFileBytes

  • DownloadFileStream

  • FileExist

  • GetFileDate

  • GetFileSize

  • GetFilesList

  • CreateDirectory

  • DeleteDirectory

  • RenameDirectory

  • DeleteFilesInDirectory

All functions must be called syncronous and with common FTP parameters, such as:

  • Username

  • Password

  • Connection port

  • Proxy address

  • Passive mode

  • Keep alive option

See Also

Other Resources

[b8e4f540-e379-4aa1-b9cf-6e128a5a2412]