I have a job setup with a FTP/FTPS/SFTP/SCP task. This task has an Upload subtask that is connecting to an AIX server and is copying 2 files over to a directory on this AIX server. The 2 files are both on average 5GB. When I run the job it fails with the following error.
Exception in Task: Failed to upload file: /SourceDirectory/File to /DestinationDirectory/File, err: Failure
Despite this error, I see that ~1GB of the 5GB file has been moved.
When I go into the Upload subtask I see tab called File Filter, under that a tab called Size, and under that there are settings for "check if file is smaller than x size" and "check if file is larger than x size". So here I selected and entered a "3" so that it reads "File is larger than 3 GB".
But when I run the job, it still fails with the same error. And again when I look at the AIX server, I see that only ~1GB of the 5GB file has been moved.
Any suggestions?