Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i need to connect and disconnect usb progrmmatically , that is i have inserted the usb device i need to transfer the file using C#,.net application ,the application will watch the particular folder and transfer the file from that folder to usb drive. i need to disconnect the usb after the file is transfered and connect the usb when needed.

pls guide me with code or is there any dll available.

thanks in advance .....

share|improve this question

2 Answers

May be this code sample could help you.

share|improve this answer

SharpUSBLib is a .net wrapper for USBLib, it's part of sharp develop

http://www.icsharpcode.net/OpenSource/SharpUSBLib/default.aspx

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.