gregbaer
Jul 14th, 2000, 08:20 AM
I am attempting to send a large file through
dial up networking, and a computer set to dial up
server status. I can map a network drive through
this connection.
I cannot use the shfileoperation Api to copy to
the share established. For that matter, I cannot
copy to another computer on a local lan either.
The api returns error 1026, cannot copy file.
Yes, the share mapped is a full access (write
enabled) share.
In testing I have used vb's filecopy to copy
the file successfully. The reason I don't want
to use this is that it does not show a progress
dialog as does the shfileoperation copy.
Does anyone know how to do this ?
dial up networking, and a computer set to dial up
server status. I can map a network drive through
this connection.
I cannot use the shfileoperation Api to copy to
the share established. For that matter, I cannot
copy to another computer on a local lan either.
The api returns error 1026, cannot copy file.
Yes, the share mapped is a full access (write
enabled) share.
In testing I have used vb's filecopy to copy
the file successfully. The reason I don't want
to use this is that it does not show a progress
dialog as does the shfileoperation copy.
Does anyone know how to do this ?