Commit 8f58fc0d authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

sftp

parent ba604ba9
...@@ -70,7 +70,7 @@ function perform_function(context,response){ ...@@ -70,7 +70,7 @@ function perform_function(context,response){
'filesize': f_target.size, 'filesize': f_target.size,
'modify_ts' : Math.round(f_target.modifyTime/1000) 'modify_ts' : Math.round(f_target.modifyTime/1000)
} }
return sftp.get(prm_dir + '/' + f_target.name,null,{}); return sftp.get(prm_dir + '/' + f_target.name);
}else{ }else{
return null; return null;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment