Copy File to remote PC on Different Domain with c++

  • Thread starter Thread starter AdrianMorris
  • Start date Start date
A

AdrianMorris

Hello!

I am using c++ and trying to log onto a remote Windows 2003 sever (Web
Edition and copy files to or from a shared directory. This server is a stand
alone server and not part of the domain on which the computer that is running
the program is on.

I would like to use standard c++ function like _access(), fopen_s(), etc..

I'm sure there is something very simply that I'm missing!

Thanks in advance.....Adrian
 
Back
Top