NodeJS FTP模块使用

模块说明:https://www.npmjs.com/package/ftp

上传文件

建立连接-> 判断文件夹是否存在->创建文件夹->上传文件->End

核心代码:

NodeJS FTP模块使用

连接参数:

var targetOptions = {

host:config.upload.ftp.host,

port:config.upload.ftp.port,

user:config.upload.ftp.user,

password:config.upload.ftp.password

};

删除文件

NodeJS FTP模块使用

下载文件

NodeJS FTP模块使用
上一篇:[SQL in Azure] Windows Azure Virtual Machine Readiness and Capacity Assessment


下一篇:[New Portal]Windows Azure Virtual Machine (13) 在本地使用Hyper-V制作虚拟机模板,并上传至Azure (3)