FTP deployer plugin for Hexo
This plugin can upload your blog via ftp.
npm install hexo-deployer-ftput --save
Add host, user, password and path to deploy in _config.yml.
deploy:
- type: ftput
host: host
user: username
pass: password
remote: remote path(defalut: /)
This plugin is based on the promise-ftp project to upload files, so you can use the connect configuration in it.