I've developed a service that generates a zip file and uploads it to my server (Tomcat) on the same network. However, one of our customers is encountering an issue where the file upload to the server fails.
When I run a PowerShell script to test connectivity, I found that a manually created file can be successfully uploaded to the server, but the file created by the service fails to upload.
Furthermore, I noticed that the manually created file can be uploaded to the server by the service, but it can't be deleted afterward.
The Windows service is currently running as the system user, and I've also tried running it as an admin user, but I'm still encountering the same error.
Could you please assist me in resolving this issue?