I use a html editor with builtin FTP.
I use a css editor which hasn't.
So I thought DO to help me.
I build a dedicated button to ftp the particular css file I'm working on.
I created a button on a floating toolbar:
Copy "C:\my\path\to\screen.css" TO=@myftp WHENEXISTS=replace
But this command does not copy screen.css to myftp as long as the myftp is not selected DESTINATION. (Even when DO is not the current window, but my css editor)
It copies the screen.css to the directory in DESTINATION, whatever that is chosen.
What can I do better, to make the button always use the correct myftp site?