Hi Ivan, thanks for responding. I confirmed that I have NoFilesFail = False.
The issue is that I am providing a Directory + Filename where sometimes the Directory may not yet exist:
"Rebex.Net.FtpException: Could not change to "/DailyFile/Jan-2017"; 'Jan-2017' not found (550).
Error: 0xC002F304 at File Transfer Task, File Transfer Task: An error occurred with the following error message: "Rebex.Net.FtpException: Could not change to "/DailyFile/Jan-2017"; 'Jan-2017' not found (550).
at Rebex.Net.Ftp.CW(String I, JHT C)
at Rebex.Net.Ftp.CW(String I, Boolean C)
at Rebex.Net.Ftp.ChangeDirectory(String remotePath)
at CozyRoc.SqlServer.SSIS.FtpsClientConnection2._GetList(String directory)
at CozyRoc.SqlServer.SSIS.FtpsClientConnection2._GetRemoteFiles(ArrayList list, String directoryName, String matchName, Boolean includeDir, Boolean recursive, IGenericExpression`1 filterExpr)
at CozyRoc.SqlServer.SSIS.FtpsClientConnection2.CozyRoc.SqlServer.SSIS.IFtpClient.GetListing(String searchPath, Boolean isWildcard, Boolean includeDir, Boolean recursive, String filter)
at CozyRoc.SqlServer.SSIS.FileTransferTask._GetRemoteListing(IFtpClient ftpClient, Object remote, Boolean includeDir)
at CozyRoc.SqlServer.SSIS.FileTransferTask._ExecuteReceive(IFtpClient ftpClient)
at CozyRoc.SqlServer.SSIS.FileTransferTask._ExecuteAction(IFtpClient ftpClient)".
Warning: 0x80020918 at File Transfer Task, File Transfer Task: Operation "ReceiveFiles" failed.