Update ftp.js

This commit is contained in:
midoks 2022-10-25 14:11:49 +08:00
parent 01074c743d
commit 4ccda15933
1 changed files with 0 additions and 2 deletions

View File

@ -1,9 +1,7 @@
function ftpPost(method,args,callback){
var _args = null;
if (typeof(args) == 'string'){
strto
_args = JSON.stringify(toArrayObject(args));
} else {
_args = JSON.stringify(args);