Microsoft Sync Framework 2.0 を使用して、ファイル ディレクトリを FTP ディレクトリと同期したいと考えています。ファイル システムのプロバイダーがあります。しかし、FTP サイト用のものはありますか? それとも自分で書く必要がありますか?
1106 次
1 に答える
0
Resource: http://msdn.microsoft.com/en-us/sync/bb887623
You would do this just as you would a Network Fileshare Sync. The trick is on the Machine(s) that you will be running the Sync application to have a network directory mapped to the FTP location that would have credentials saved.
From there, you follow the standard procedure of implementing the Sync to a network directory.
于 2011-02-24T21:59:45.237 に答える