Comments
1 comment
-
SQL Backup never supported transfer via FTP. There was an unsupported standalone app named FTPTool that allowed you to do FTP transfers, which you can download using the following link:
ftp://support.red-gate.com/patches/sql_ ... TPTool.zip
Details of it can be found here:
http://www.sqlbackuprestore.com/usingcopytool.htm
Though it describes the workings of the CopyTool app, most of the details apply to FTPTool too.
Add comment
Please sign in to leave a comment.
My need, simply put, is to log ship SQL data between a local server and one running on a different domain in a remote, VM environment. We can't set it up to use a UNC path for transferring the transaction log backup files, so we're thinking FTP. I could probably build my own custom mechanism to do this, but would rather use a tried and true method with a tool like SQL Backup. If your tool no longer supports this functionality, can you recommend an alternative?