Timeout Error

Advertisement

NickB
Guest

Timeout Error

Hi

Im very new to winscp im using a c# script task in SSIS to send files to an ftp folder location. this works for another ftp site but for a new one im trying now Im getting a time out.

. 2015-11-04 05:52:39.686 --------------------------------------------------------------------------
. 2015-11-04 05:52:39.686 WinSCP Version 5.5.6 (Build 4746) (OS 6.3.9600 - Windows Server 2012 R2 Standard)
. 2015-11-04 05:52:39.686 Configuration: nul
. 2015-11-04 05:52:39.686 Local account:
. 2015-11-04 05:52:39.686 Working directory: C:\Program Files\WinSCP
. 2015-11-04 05:52:39.686 Process ID: 4920
. 2015-11-04 05:52:39.686 Time zone: Current: GMT-6, Standard: GMT-6 (Central Standard Time), DST: GMT-5 (Central Daylight Time), DST Start: 3/8/2015, DST End: 11/1/2015
. 2015-11-04 05:52:39.686 Login time: Wednesday, November 4, 2015 5:52:39 AM
. 2015-11-04 05:52:39.686 --------------------------------------------------------------------------
. 2015-11-04 05:52:39.686 Script: Retrospectively logging previous script records:
> 2015-11-04 05:52:39.686 Script: option batch on
< 2015-11-04 05:52:39.686 Script: batch on
> 2015-11-04 05:52:39.686 Script: option confirm off
< 2015-11-04 05:52:39.686 Script: confirm off
> 2015-11-04 05:52:39.686 Script: open -hostkey="" -timeout=15 sftp://1323279:***@ftp.s4.ee.com:21
. 2015-11-04 05:52:39.686 --------------------------------------------------------------------------
. 2015-11-04 05:52:39.686 Session name: 1323279@ftp.s4.ee.com (Ad-Hoc site)
. 2015-11-04 05:52:39.686 Host name: ftp.s4.ee.com (Port: 21)
. 2015-11-04 05:52:39.686 User name: test(Password: Yes, Key file: No)
. 2015-11-04 05:52:39.686 Tunnel: No
. 2015-11-04 05:52:39.686 Transfer Protocol: SFTP
. 2015-11-04 05:52:39.686 Ping type: -, Ping interval: 30 sec; Timeout: 15 sec
. 2015-11-04 05:52:39.686 Proxy: none
. 2015-11-04 05:52:39.686 Send buffer: 262144
. 2015-11-04 05:52:39.686 SSH protocol version: 2; Compression: No
. 2015-11-04 05:52:39.686 Bypass authentication: No
. 2015-11-04 05:52:39.686 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2015-11-04 05:52:39.686 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2015-11-04 05:52:39.686 SSH Bugs: A,A,A,A,A,A,A,A,A,A
. 2015-11-04 05:52:39.686 Simple channel: Yes
. 2015-11-04 05:52:39.686 Return code variable: Autodetect; Lookup user groups: A
. 2015-11-04 05:52:39.686 Shell: default
. 2015-11-04 05:52:39.686 EOL: 0, UTF: 2
. 2015-11-04 05:52:39.686 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2015-11-04 05:52:39.686 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2015-11-04 05:52:39.686 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2015-11-04 05:52:39.686 Cache directory changes: Yes, Permanent: Yes
. 2015-11-04 05:52:39.686 DST mode: 1; Timezone offset: 0h 0m
. 2015-11-04 05:52:39.686 --------------------------------------------------------------------------
. 2015-11-04 05:52:39.686 Looking up host "ftp.s4.exacttarget.com"
. 2015-11-04 05:52:39.717 Connecting to 66.231.94.106 port 21
. 2015-11-04 05:52:54.842 Waiting for data timed out, asking user what to do.
. 2015-11-04 05:52:54.842 Asking user:
. 2015-11-04 05:52:54.842 **Host is not communicating for 15 seconds.
. 2015-11-04 05:52:54.842
. 2015-11-04 05:52:54.842 Wait for another 15 seconds?** ()
. 2015-11-04 05:53:56.202 Attempt to close connection due to fatal exception:
* 2015-11-04 05:53:56.202 **Terminated by user.**
. 2015-11-04 05:53:56.202 Closing connection.
. 2015-11-04 05:53:56.202 Sending special code: 12

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Timeout Error

You are connecting using an SFTP protocol to the FTP port (21). That's wrong.

Also you should upgrade WinSCP.

Reply with quote

Advertisement

You can post new topics in this forum