Copy link to clipboard
Copied
Hello All,
Is there is any way to move any files into FTP from a folder placed in desktop using JavaScript?
Copy link to clipboard
Copied
It's not built in, but somebody may have implemented it already. If not, the Sockets API is available as a part of ExtendScript so you could implement your own.
Copy link to clipboard
Copied
Here is the FTP spec:
Copy link to clipboard
Copied
I find it fairly easy to use system calls. app.system(" any terminal commands here"); my experience is on a mac, so I use this to call anything I can in bash. cURL, ftp, mv, rm, cp and so on.
This may work for you or not, but hope the info is helpful.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more