hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
714 stars 180 forks source link

Linux environment to smb share, fails with FileNotFoundException #840

Open rohitargade opened 3 months ago

rohitargade commented 3 months ago

image

Code works from local windows environment, downloads the file on local.

However when deployed onto a linux environment, fails with FileNotFoundException?

image

Code is able to list the contents from Linux environment, however unable to stream the file.

Any help is appreciated.