Can't use Smb2 on Windows XP

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:

  1. Open connection
  2. 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)
  3. Read renamed file and save in server SQL
  4. Delete renamed file
  5. 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?

10

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like