I am trying to implement JFileChooser, which allows the user to select files on a remote system via ftp.
All I read says that this can be done by extending the FileSystemView so that all file system methods (getFiles, etc.) are overridden and routed via ftp.
I have not been able to implement this since FileSystemView still calls local functions.
Can someone confirm that this can be done and / or point me in a good direction?
source
share