I am getting some very strange SFTP errors. I am accessing an internally hosted SFTP site and am getting the following error when trying to download a zip as a task through VisualCron.
Exception in Task: Failed to download file: "Filepath removed" to "Filepath removed" , err: SBSftpCommon.EElSFTPError: Access is denied.
at SBSftp.TElSftpClient.RemoveFileSync(String Filename)
at SBSimpleSftp.TElSimpleSFTPClient.RemoveFile(String Filename)
at OBOKIIHBDBPMCFALPGECCIFHCDJPEDKODDGK.FJNDGAAMHPBCPDMHCNHGOGBCGPDLLJGOOFLF.CIEPIMOCDDKPCGAGAEAJKJAPPBMFHHHAIHKN(ConnectionClientClass , FTPCommandClass , List`1 JAIDLDBFFCALCLNBJIGLNEBEHKCHIKCLMNPM, String , Int32& ) in C:\sourcefiles\code\VisualCronService\Jobs\TaskProcesses\Net\FTP\clsProcessTaskFTP.vb:line 1281
The odd ting is it seems to retry 3 times despite me not having retry on failure on. Download wokrs fine through filezilla using the same username and key files. The download does seems to partially happen as I can see some of the zip file in the target directory.
Edited by moderator
2016-01-25T21:43:15Z
|
Reason: Not specified