Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 710 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 710 Bytes

FTP deployer

Build Status NPM version

Deploy your site via FTP.

Install

$ npm install hexo-deployer-ftpsync --save

Usage

See https://hexo.io/docs/one-command-deployment#FTPSync

Warning

If the parameter clear is set to true, this plugin will delete all the files and directories on the remote server before uploading. Use this plugin in production at your own risk.