kanth
kanth

Reputation: 341

Timeout error when i download files using FTP Task?

I have ssis package in that i used FTP Task.

When i Using FTP Task i download .csv file, i got operation timeout error.

The file size is 20 MB.

Please help me how to fix this.

Thanks

Upvotes: 4

Views: 4557

Answers (2)

Dan Newton
Dan Newton

Reputation: 41

If you are just downloading files, look at your "Use passive mode" setting in the "FTP Connection Manager Editor" and make sure it is selected.

Upvotes: 2

Yuck
Yuck

Reputation: 50855

If you set the timeout period to 0 it will not timeout. You should be aware that the remote host could still close your connection, so you will want to catch that situation.

The setting is in the FTP Connection Manager:

FTP Connection Manager

Upvotes: 2

Related Questions