I'm downloading a file from the FTP server using the below
StandardFileSystemManager -> resolveFile and copyFrom(fileobject, Selectors.SELECT_SELF)
The local folders were created automatically and file has been successfully downloaded in LINUX machine.
When i executed the same operation in windows machine i got the following exception, because it is a relative path, and no base URI was provided
org.apache.commons.vfs.FileSystemException: Could not find file with URI "/mnt/shared/\test\sample\files\monday\34.csv" because it is a relative path, and no base URI was provided.
Could you please let me know your thought and suggestions?
Thanks, Kathir