FTP Upload / Download / Delete Cmds Hlp!
Hi Peeps,
Does anyone know if it is possible to use ftp command in vs2005 compact framework?
I want to be able to upload / download and delete files from an FTP server. The command I used in a normal application do not exist in the compact version.
Thank you all for any help,
Jiggy!
Re: FTP Upload / Download / Delete Cmds Hlp!
on the device you should find a wininet.dll in the \Windows directory.
this library is used for ftp. this is what www.opennetcf.org sdk uses.
search their forums for wininet.dll
also maybe check this link
http://www.awprofessional.com/articl...&seqNum=3&rl=1
Re: FTP Upload / Download / Delete Cmds Hlp!
Hi Mate,
Thank you for your help,
Jiggy!