Limited time promo

WiseFtp Plugin

Softland
Softland
0 USD

WiseFtp backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the WiseFtp backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
WiseFtp is a commercial FTP client that lets you connect to any FTP/SFTP server to upload or download files and folders. This backup plugin will allow backing up WiseFtp settings, logs and registry entries.


Raw Plugin (XML) Code: WiseFtp.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{F90C9CEB-806F-4324-A471-55A9771CA75E}</id>
  <!--Program name-->
  <name>WiseFtp</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>7.0</minversion>
  <maxversion>7.9</maxversion>
  <!--Information about the plugin author-->
  <author>
    <name>Softland</name>
    <email>[email protected]</email>
    <website>http://www.backup4all.com</website>
  </author>
  <!--Variables used in the XML file-->
  <variables>
    <!--If type="reg" then the value will be read from the registry-->
    <variable name="appdata" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Common AppData</variable>
    <variable name="path" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\AppData</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Settings" type="folder">
      <folder>%allusersprofile%\AceBIT\WISE-FTP 7</folder>
    </source>
    <source name="Configurations" type="folder">
      <folder>%appdata%\AceBIT\WISE-FTP 7</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\AceBIT" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\AceBIT" recursive="true"/>
    </source>
  </sources>
</b4asource>