I have a Windows XP machine which I need to read files from using Samba.
I'm developing a service that uses the EzSmb Nuget. The read process from the Windows XP Samba share folder should be following:
- Open connection
- Rename data csv file to temporary name (A process on XP machine will every minute log information to this csv file. If it doesn't exist it's created again)
- Read renamed file and save in server SQL
- Delete renamed file
- Close connection
The EzSmb library provides a Move command which copies/move a file to a new location with a given name. I can't get this to work. I noticed that this function doesn't support Smb1 which Windows XP uses.
My question is, is there any way to enable or install Smb2 in Windows XP?
101 Answer
An answer like from idiot =oD. He asked: "is there any way to enable or install Smb2 in Windows XP?". The simple answer is: NO =)
He definitely has a watch and so he knows how old WindowsXP is. Other information is useless - it does not answer the question in any way. It's like someone asks: Do you know this.........? And someone will answer him: why do you want to know =oD...
That being said, you can try installing PVS 7.13 and see ... you probably need to Google =o/.
1