d00_ape Posted August 27, 2004 Share Posted August 27, 2004 I want to send a file on e.g. C:\Temp\myFile.txt To my webserver at for e.g. www.cundes.se/filefolder/ Any tip on how to do it in an easy way? Thanks Link to comment Share on other sites More sharing options...
0 Premgenius Posted August 27, 2004 Share Posted August 27, 2004 FTP Link to comment Share on other sites More sharing options...
0 bithub Posted August 27, 2004 Share Posted August 27, 2004 I would just send it using sockets. Take a look at the CSocket class. Link to comment Share on other sites More sharing options...
0 Andareed Posted August 28, 2004 Share Posted August 28, 2004 You could also use wininet.dll - check InternetOpen, FtpPutFile and co. You'll need IE 3.0 installed though. Link to comment Share on other sites More sharing options...
Question
d00_ape
I want to send a file on e.g. C:\Temp\myFile.txt
To my webserver at for e.g. www.cundes.se/filefolder/
Any tip on how to do it in an easy way?
Thanks
Link to comment
Share on other sites
3 answers to this question
Recommended Posts