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");
}

-- 
<https://forum.pspad.com/read.php?2,69533,69533>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem