Prevent access to file until upload complete
Hi All,
My problem is how to stop people accessing the file until the upload has been completed.
I'm new to scripting WinSCP and currently moving a program from MS Access to VB.net. In the Access version scripting is used and uploads the file with
Any help would be gratefully received
Thanks
GNich
My problem is how to stop people accessing the file until the upload has been completed.
I'm new to scripting WinSCP and currently moving a program from MS Access to VB.net. In the Access version scripting is used and uploads the file with
filename.ext.tmp
and then uses MV
to rename it to filename.ext
. In the new VB.net version I'm trying to use the winSCP.dll (WinSCP 5.0.7 beta) I can upload the file but the .net version of MV
is not available. What would be the best thing to do?
Any help would be gratefully received
Thanks
GNich