hexo-deployer-ftp-kx
v1.0.1
Published
hexo ftp上传文件
Downloads
8
Readme
hexo ftp 上传文件
🏠 Homepage
Prerequisites
- node >=16 || 14 >=14.17
Install
npm i hexo-deployer-ftp-kx
使用
deploy:
type: ftp-deploy-kx
host: <host> # 服务器host 必填
user: <user> # ftp用户名 必填
password: <password> # ftp密码 必填
# 以下为非必填项
port: 21 #ftp port 默认21
remoteRoot: / # 远程主机的根目录 默认/
include: # 要上传的内容 默认public全部
- '*'
- '**/*'
exclude: # 要排除的文件 默认[]
deleteRemote: false # 是否删除[remoteRoot]下所有文件再上传 默认false
forcePasv: false # 强制被动模式(不发送EPSV命令) 默认 false
sftp: false # 是否使用sftp 默认false
Author
👤 空巷一人
- Github: @kongxiangyiren
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2023 空巷一人. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator