I have an FTP task to download a file from a partner's FTP site. The error is "Exception in Task: Failed to download file" but when looking at the destination side of the download task I see a complete file that was mentioned in the error as failed to download.
This specific error is leaving our success/failure report a bit messy with lots of errors daily. There are more than one task with this same issue.
It does appear to have a stack trace partially included in the task output.
does not exist
at SBSftp.TElSftpClient.RemoveFileSync(String Filename)
at SBSimpleSftp.TElSimpleSFTPClient.RemoveFile(String Filename)
at VisualCronService.RemoteFileAPI.DownloadSFTPFiles(TaskFoundationClass tf, ConnectionClientClass cc, ConnectionHandlerClass ch, String strConnectionId, List`1 files, String originalSaveFolder, FTPDownloadCommandClass downloadCommand, Int32& intTotalFiles, Boolean& active, VariableReplacerClass VR, TaskProcessClass tpc) in C:\sourcefiles\code\VisualCronService\Connection\apiRemoteFile.vb:line 1273
Thanks,
Dan