I am looking for an RSE dialog suitable for specifying a file to *create* on remote system.
Originally, I have used SystemRemoteFileDialog but it appears to be not suitable for specifying files that do not exist.
I've also tried to use SaveAsDialog, but got NPE (because it does not initialize the filename, and then tries to call trim on a null string), and it's base class is marked as deprecated.
Before I continue poking around, could somebody tell me what is the official way/approach to achieve what I want?