1.0.0 • Published 6 years ago

hexo-deployer-ftpupload v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

FTP deployer plugin for Hexo

This plugin can upload your blog via ftp.

Usage

Install

npm install hexo-deployer-ftpupload --save

Configure

Add host, user, password and path to deploy in _config.yml.

deploy:
  - type: ftpUpload
    host: ftphost
    user: ftpuser
    password: ftppassword
    path: uploadPath (defalut: /)

This plugin is based on the promise-ftp project to upload files, so you can use the connect configuration in it.