You are here: PSPad forum > English discussion forum > ftpRefresh not work

ftpRefresh not work

#1 ftpRefresh not work

Posted by: frenk_mo | Date: 2017-11-15 15:12 | IP: IP Logged

I created this script
the ftpCommand is executed but the refresh of ftp folder not work
can someone help me ?

Thanks

Script:
var module_name = "PostCommandFtp";
var module_ver = "1";

function PostCommandFTP(){
try{
ftpCommand("site namefmt 1");
ftpCommand("site listfmt 1");
ftpRefresh;
}catch(e) {
return;
}
}

function Init(){
addMenuItem("Post FTP Command", "", "PostCommandFTP","Ctrl+Alt+F");
}

Options: Reply | Quote | Up ^






Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR