8
votes
12answers
911 views
Copying Files over an Intermittent Network Connection
I am looking for a robust way to copy files over a Windows network share that is tolerant of intermittent connectivity. The application is often used on wireless, mobile workstations in large hospi …
0
votes
Copying Files over an Intermittent Network Connection
According to the Code Project site:
Files are transferred only using the HTTP and HTTPS protocols w …
0
votes
Copying Files over an Intermittent Network Connection
Thanks for the RoboCopy and CopyFileEx suggestions. CopyFileEx in particular looks promising. Currently, the client application is using (VS.85).aspx">SHFileOperation to do the actual file copy. …
