Android Question SMB - The pooch has been screwed

MrKim

Well-Known Member
Licensed User
Longtime User
I have been using the SMB lib successfully for years but just found @DonManfred jcifs-ng lib which uses smb2 which would certainly make my clients more comfortable. Not to mention trying to convince new MIS guys to turn on SMB1 on their servers.

I thought I would do a gradual implementation since there is a LOT of code.

Unfortunately it appears that both use an internal type with the name SMBFile 🎵so you can't have one🎵 WITH the other🎶.

Unless there is a workaround? Or am I going to have to throw out all the old code and start anew?
 
Top