问题
I am very new to Mac OS X development. I am implementing a USB based application. In my application When my USB device is connected to the system I need to read a file from USB and upload it to a web server.
I go through Google and some documents but I didn't get any information on this. Can you guys please suggest a best document or sample code to do this?
回答1:
Probably the best places where to start are
USB Device Interface Guide
Networking & Internet Starting Point
There you can also find links for further information and sample projects
来源:https://stackoverflow.com/questions/7385910/how-to-read-a-file-from-usb-device-using-mac-os-x