I have been using SFTP bulk transfer to upload files to our server from remote locations.
Some of these files take some time to upload from locations with poor internet connection and this is causing some problems with other software that requires write access to the same files.
I don't fancy copying entire folders to temporary locations and I could rewrite and just use individual file transfers from memory myself but I was hoping you may have a more elegant solution so that I can keep using bulk transfer but not lock the files while uploading?
Thanks