SmartFTP Plugin
If you already have Backup4all, you can add the SmartFTP backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
SmartFTP is another FTP/SFTP client that allows you to connect to a server and download/upload or synchronize files and folders. This backup plugin will back-up SmartFTP settings, configurations and registry.
Raw Plugin (XML) Code: SmartFTP.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{4F58829A-703D-458F-86D2-E2D827888305}</id>
<!--Program name-->
<name>SmartFTP</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>2.0</minversion>
<maxversion>2.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-->
</variables>
<!--The backup sources-->
<sources>
<source name="Configurations" type="folder">
<folder>%appdata%\SmartFTP</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_USERS\S-1-5-21-57989841-884357618-725345543-500\Software\SmartFTP" recursive="true"/>
<registry path="HKEY_CLASSES_ROOT\CLSID\{B8323370-FF27-11D2-97B6-204C4F4F5020}" recursive="true"/>
<registry path="HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\SmartFTPCopyHook" recursive="true"/>
<registry path="HKEY_CURRENT_USER\Software\SmartFTP" recursive="true"/>
</source>
</sources>
</b4asource>