﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Ipswitch Forums / File Transfer / WS_FTP Professional Software Development Kit  / .bak &amp; .cdb files generated automatically after upload using ftp/ssl / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Ipswitch Forums</description><link>http://forums.ipswitch.com/</link><webMaster>forums@ipswitch.com</webMaster><lastBuildDate>Fri, 09 Jan 2009 22:02:55 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: .bak &amp; .cdb files generated automatically after upload using ftp/ssl</title><link>http://forums.ipswitch.com/Topic9202-9-1.aspx</link><description>&lt;P&gt;Those two files are storage for the trusted certificates when connecting in SSL.  &lt;/P&gt;&lt;P&gt;The SDK will always create them, if they do not exist already.  Unfortunately, there is no way to avoid that.&lt;/P&gt;&lt;P&gt;Claudio&lt;/P&gt;</description><pubDate>Wed, 10 Aug 2005 23:04:10 GMT</pubDate><dc:creator>Claudio Robles</dc:creator></item><item><title>.bak &amp; .cdb files generated automatically after upload using ftp/ssl</title><link>http://forums.ipswitch.com/Topic9202-9-1.aspx</link><description>&lt;P&gt;I installed WSFTP_Server in Windows 2003 Server, and WSFTP_Pro SDK in Windows XP. I use VB program to call the sdk. it is no problem to create using ftp-ssl connection and upload files to server. But the only thing is when i successfully upload my file to server, 2 files are automatically generated in my sourcepath (.bak &amp;amp; .cdb) which i didnt wrote this. Is it integrated in the WSFTP_Pro SDK? Any setting that i can remove this 2 unnecessary files. My VB code is as below:&lt;/P&gt;&lt;P&gt;    Set pApi = CreateObject("WsftpSDK.WsftpApi")&lt;BR&gt;    &lt;BR&gt;    ' Setting some options&lt;BR&gt;    pApi.DiagnosticLog = False&lt;BR&gt;    pApi.TimeStampLog = False&lt;BR&gt;    Set pLocFolder = pApi.GetRootLocalFolder()&lt;BR&gt;    Set pLocFolder = pApi.GetLocalFolder("C:\Outbox")&lt;/P&gt;&lt;P&gt;&lt;BR&gt;    ' Making connection&lt;BR&gt;    Set pConn = &lt;/P&gt;&lt;P&gt;pApi.CreateUrlConnection("ftp-authssl://admin1:pw1@192.168.0.1:990")&lt;/P&gt;&lt;P&gt;&lt;BR&gt;    If pConn Is Nothing Then&lt;BR&gt;    Else&lt;BR&gt;        ' Upload 2 files&lt;BR&gt;        pConn.PutFile "C:\Outbox", "File1", "/users", "File1", 0, 0&lt;/P&gt;&lt;P&gt;    End If&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Please let me know if i need to define smtg to remove that .bak &amp;amp; .cdb files. Thanks.&lt;BR&gt;&lt;/P&gt;</description><pubDate>Thu, 04 Aug 2005 23:49:01 GMT</pubDate><dc:creator>fishyee</dc:creator></item></channel></rss>