1.0.9 • Published 6 years ago

fast-ftp v1.0.9

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

fast-ftp

config

    npm run ff-config
    //或
    import {config} from 'fast-ftp'
    config();

post

    npm run ff-post [localPath] [remotePath] [-f] //localPath本地相对执行路径的相对路径 remotePath本地执行路径的远程相对路径 -f强制删除覆盖
    //或
    import {post} from 'fast-ftp'
    /**
     * 开始上传
     * @param {*} filePath 绝对路径
     * @param {*} relpath 远程服务器路径
     * @param {*} force 上传时是否强制删除远程
     * @param {*} callback 回调
     */
    post(filePath, relpath, force, callback)
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago