Terminated by user. Copying file fatally failed. Copying files to remote side failed.
My .net app based on winscp stopped working. In the middle of uploading a file, I get
And it is pointing to transferResult.Check();, saying
What could be the solution?
WinSCP.SessionRemoteException HResult=0x80131500 Nachricht = Terminated by user. Copying file 'test.mp4' fatally failed. Copying files to remote side failed. Quelle = WinSCPnet Stapelüberwachung: bei WinSCP.OperationResultBase.Check() bei Hochladen.Form1.hochladenscp(String file) in Form1.cs: Zeile81 bei Hochladen.Form1.<>c__DisplayClass10_0.<werfen>b__0() in Form1.cs: Zeile175 bei System.Threading.ThreadHelper.ThreadStart_Context(Object state) bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) bei System.Threading.ThreadHelper.ThreadStart()
And it is pointing to transferResult.Check();, saying
WinSCP.SessionRemoteException: Terminated by user. Copying file 'test.mp4' fatally failed. Copying files to remote side failed.
What could be the solution?