Hi,
I have an active document created via script and i'm trying to save this file via script to FTP directory.
I tried with the below example mentioned in the help topics but am not able to save it.
if (UltraEdit.activeDocument.isHexModeOn()){
//do these commands...
} else {
//do these commands...
}
Can you please give me a sample script to load an active file to ftp
Thanks!
I have an active document created via script and i'm trying to save this file via script to FTP directory.
I tried with the below example mentioned in the help topics but am not able to save it.
if (UltraEdit.activeDocument.isHexModeOn()){
//do these commands...
} else {
//do these commands...
}
Can you please give me a sample script to load an active file to ftp
Thanks!