How to synchronise FTP directory from command line?

前端 未结 7 1426
盖世英雄少女心
盖世英雄少女心 2020-12-24 04:04

I have a website with PHP files and other. I would like to do one-click synchronisation between my local copy of a website and my website on the server. It would be nice if

7条回答
  •  一整个雨季
    2020-12-24 04:32

    There is a tool called FTP Synchronizer (for Windows) which can be ran from a command line. You can't synchronize files by FTP without using any FTP library. The more mature is this library has the faster it will synchronize files (for example it can cache already synched file info in it's internal database).

    Don't like FTP Synchronizer? Google for alternative.

    • FTP Synchronizer - Windows
    • BatchSync FTP - Windows
    • Synchronize It - Windows
    • ScriptFTP - Windows
    • Weex - Free, Open Source, Unix
    • ftpsync2d at code.google.com - Free, Open Source, Python

提交回复
热议问题