We are using Commons VFS API for file transfer between different servers. The Code works perfectly for the Linux Servers.
But We are having URL Syntax issues for Windows Servers. We tried below list of URL types but all of them resulted in Invalid Absolute URI Error,
sftp://user@IP:C:\temp
sftp://user@IP/C:\temp
sftp://user@IP\C:\temp
stfp://user@IP/temp -- Resulted in Could not determine the type of file
All these errors started another doubt in our minds, that whether VFS supports connecting to Windows File System through SFTP.
Any help in this regard is appreciated.