
uploading and downloading files
i did already but it didn't work.
any other reason why it is not working???
Quote:
> Your example source/destination paths are incorrect.
> RCeCopy is intended, as the form file says, to copy a file from one
location
> on the device to another on the same device.
> Try the RCePutFile example for the means to copy from desktop to device.
> Jeff Law
> PPCInstall Developer
> http://www.ppcinstall.com
> > Jeff,
> > I am running the sample, RCeCopy.exe, of it but it is giving me error
> number
> > 3 ( path not found )
> > i have "test.txt" in my "c:\" directory.
> > in the file from text box i put "c:\test.txt" and copy to text box
> > "c:\test.txt" and overwrite checked.
> > i tried with copy to text box as "\Mobile Device\My Pocket
> > PC\Windows\test.txt" but never worked ( error number 3)
> > if i put from text box "test.txt" and the next box whatever, it is
giving
> me
> > error number 2 ( path not found )
> > any idea???
> > thanx in advance
> > > You need to look at RAPI - see
http://www.conduits.com/ce/dev/vbrapi.htm
Quote:
> > for
> > > some excellent examples.
> > > Jeff Law
> > > PPCInstall Developer
> > > http://www.ppcinstall.com
> > > > Hello.
> > > > I am trying to make a desktop application which upload a file from
the
> > > > desktop and download files from the pda.
> > > > anyone know how?
> > > > thanx in advance