Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Gisbert Lindenau

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

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?