[RESOLVED] Copying large files across the network stops
Published: June 9, 2020 - 7:31 PM
Hello, we tried to create a package for a business software suite, similar to the Adobe suite. The problem we encountered is that the installation is very large, so to manage any updates or bug fixes, we had to put everything on a NAS (via an SMB3 network share).
The current problem is that the installation fails because the folder is never completely copied to the client machine's location. We tried using Copytree and filecopy2 without success. Only `run_powershell copy-item` seems to work better, but it doesn't (sometimes Wapt completely skips the command line and copies nothing).
Wapt: 1.8.1
WaptServer: Debian 10
ConsoleWapt: Windows 10
The current problem is that the installation fails because the folder is never completely copied to the client machine's location. We tried using Copytree and filecopy2 without success. Only `run_powershell copy-item` seems to work better, but it doesn't (sometimes Wapt completely skips the command line and copies nothing).
Wapt: 1.8.1
WaptServer: Debian 10
ConsoleWapt: Windows 10