Compare commits

..

No commits in common. "65e36735ae7965ec404ad0cae1bc3e47d3f6afbd" and "595079bcad312f8cdc52ecd10512ecec351c62c8" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -1,9 +1,7 @@
# FTP数据备份工具
使用步骤:
1、TsFTP目录放入解释器所在目录的funcext中
1、TsFTP目录放入解释器所在目录的funcext中更新替换plugin\FileMgr.dll
2、可选修改默认配置信息TsFTP\TsFTPBackupConfig.tsf
3、参考examples\example1.tsl编写备份脚本
4、可选添加备份脚本的定时调度。
确保plugin\FileMgr.dll为20220110或以后的版本否则需更新或临时替换。
4、可选添加备份脚本的定时调度。

View File

@ -85,7 +85,6 @@ Type TsFTPBackup = Class
ftpObj.Username := username;
ftpObj.Password := password;
ftpObj.UseTLS := true;
ftpObj.Passive := 1;
ftpObj.Port := port;
try
ftpObj.connect();