Hello to all,
I have created a window application that will copy files from the local system to the server at some interval of time. But the problem is when the local system is signout the files are not coping to the server. So what can I do to resolve this issue? Please help me.
Amit MohantyPosted Feb 3, 2020, 1:43 AM
If I am not wrong you faced the problem when the current user is sign out from the system. If yes then you can create a window service application to transfer the file. This will work even the user is sign out.
Deepak MPosted Feb 3, 2020, 10:10 PM