hexo-deployer-ftp-kx
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Welcome to hexo-deployer-ftp-kx 👋

Version Documentation Maintenance License: MIT

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

👤 空巷一人

🤝 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

Readme

Keywords

Package Sidebar

Install

npm i hexo-deployer-ftp-kx

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

6.67 kB

Total Files

5

Last publish

Collaborators

  • feiyuhao