LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   transfer file to usb device (https://www.linuxquestions.org/questions/linux-software-2/transfer-file-to-usb-device-4175424214/)

saharnic 08-27-2012 09:25 AM

transfer file to usb device
 
hello to all
I want to write a program that send a file to usb mass storage device via driver . how can I do it?or
how a program communicate with driver?
i wrote a program with libusb that can send data no file can use libusb for purpose

kareempharmacist 08-27-2012 11:21 AM

why communicate with the driver ?!! ..just use cp command it is easier and direct..

saharnic 08-29-2012 06:00 AM

thank you
It is my project.
i have a program with libusb that sends a buffer of data to my mass storage device.but it dosen't show this data i want to send a file that usb mass storage device receive and show it.
is this possible to use my program for this purpose?


All times are GMT -5. The time now is 08:10 AM.