Skip to content
⌘ NSIS Forum Archive

FTPCityToolkit Plug-in

6 posts

r2du-soft#

FTPCityToolkit Plug-in

FTPCityToolkit created with C# .Net 2.0 As a plugin for use in NSIS to Remove specified FTP Directory with subfolders and files.

Tips:

If you confront the following message:

Error calling .NET DLL method
Exception has been thrown by the target of an invocation.
Check your input (FTP Address,FTP USERNAME,FTP PASSWORD) Whose values are entered correctly.
r2du-soft#
FTPCityToolkit News

New version of FTPCityToolkit Plug-in released

What's new in version 1.0.0.3
  • Added return value
  • Added new method “FTPMakeDir” to make directory on ftp server
  • Fixed some bugs
r2du-soft#
FTPCityToolkit News

New version of FTPCityToolkit Plug-in released

What's new in version 1.0.0.4
  • Upgrade and improve return values
  • Fixed some bugs
r2du-soft#
FTPCityToolkit News

New version of FTPCityToolkit Plug-in released

What's new in version 1.0.0.5
  • ADD method "FTPRenameFolder" to rename folders on FTP
r2du-soft#
FTPCityToolkit News

New version of FTPCityToolkit Plug-in released

What's new in version 1.0.4.4
  • ADD method "FTPExistDirectory" to checking Directory Exist on FTP or Not Exist
  • Rename method "FTPDeleteFolderRecursively" to "FTPRecursivelyDeleteDirectory"
  • Rename method "FTPMakeDir" to "FTPMakeDirectory"
  • Rename method "FTPRenameFolder" to "FTPRenameDirectory"
  • Better management of errors
  • Fixed some bugs
r2du-soft#
FTPCityToolkit News

New version of FTPCityToolkit Plug-in released

What's new in version 1.0.4.6
  • Fixed some bugs in "FTPRecursivelyDeleteDirectory". (Now can Recursively Delete Directory with all SubFolders and SubFiles)