1.0.9 • Published 5 years ago

fast-ftp v1.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago