VirtualFile from RemoteHost ?

Answered

hi, is there any way to get VirtualFile instance of any file from REMOTE HOST ?, thanks

maybe shomehow use "com.jetbrains.plugins.webDeployment"

0
1 comment

What about the following method of resolving VirtualFiles?

VirtualFileManager.getInstance().findFileByUrl("https://...")
0

Please sign in to leave a comment.