Thread: usb-to-usb file transfer using C/C++

  1. #1
    Registered User
    Join Date
    Dec 2006
    Posts
    1

    usb-to-usb file transfer using C/C++

    hi

    can anybody help me to access the contents of a usb at the usb port using a C or C++ program?

    thanks in advance....

  2. #2
    Registered User
    Join Date
    Jan 2005
    Location
    Estonia
    Posts
    131
    If you know, that the USB stick will always be labelled e.g. "I:", then you can open any file on it with the help of a C/C++ program by simple file input/output.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File transfer- the file sometimes not full transferred
    By shu_fei86 in forum C# Programming
    Replies: 13
    Last Post: 03-13-2009, 12:44 PM
  2. Formatting a text file...
    By dagorsul in forum C Programming
    Replies: 12
    Last Post: 05-02-2008, 03:53 AM
  3. Need Help Fixing My C Program. Deals with File I/O
    By Matus in forum C Programming
    Replies: 7
    Last Post: 04-29-2008, 07:51 PM
  4. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM