Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: SFTP port issue

I'm not sure I understand your question.
Are you saying that your firewall shows that WinSCP uses port 21, even if the script and logs shows that it should use/uses port 22? It's hardly possible.
SebLee91

SFTP port issue

We have a scheduled job that connects to vendor's server every 10 minutes.
This job will upload files to the vendor's SFTP site.

Recently, our firewall log indicates that the port used by SFTP has been changed to port 21 instead of the "hard coded" or default port 22. But in the scheduled job log, it stated the SFTP connecting via port 22.

I would appreciate some insight here.

Below is our batch script to trigger the connection:
option batch on

option confirm off
open sftp://redacted-client-name@XX.XXX.XXX.161:22/ -hostkey="key_redacted with fingerprint ssh-rsa 2048 fingerprint_redacted" -privatekey=local_hostname_redacted-rsa-key -passphrase="passphrase-radacted" -timeout=30
cd /Production
lcd "redacted-file-path"
put -transfer=binary *.pgp *.pgp
exit


Below is the scheduled job log and attached a firewall log
[code:1:7ae7a0d700]
. 2019-07-02 15:00:11.760 --------------------------------------------------------------------------
. 2019-07-02 15:00:11.760 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 15:00:11.760 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 15:00:11.760 Log level: Normal
. 2019-07-02 15:00:11.760 Local account: local_process_username_redacted
. 2019-07-02 15:00:11.760 Working directory: C:\Windows\system32
. 2019-07-02 15:00:11.760 Process ID: 12472
. 2019-07-02 15:00:11.760 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 15:00:11.760 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 15:00:11.760 Login time: Tuesday, July 02, 2019 3:00:11 PM
. 2019-07-02 15:00:11.760 --------------------------------------------------------------------------
. 2019-07-02 15:00:11.760 Script: Retrospectively logging previous script records:
> 2019-07-02 15:00:11.760 Script: option batch on
< 2019-07-02 15:00:11.760 Script: batch on
< 2019-07-02 15:00:11.760 Script: reconnecttime 120
> 2019-07-02 15:00:11.760 Script: option confirm off
< 2019-07-02 15:00:11.760 Script: confirm off
> 2019-07-02 15:00:11.760 Script: open site name redacted
. 2019-07-02 15:00:11.760 --------------------------------------------------------------------------
. 2019-07-02 15:00:11.760 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 15:00:11.760 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 15:00:11.760 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 15:00:11.760 Tunnel: No
. 2019-07-02 15:00:11.760 Transfer Protocol: SFTP
. 2019-07-02 15:00:11.760 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 15:00:11.760 Disable Nagle: No
. 2019-07-02 15:00:11.760 Proxy: none
. 2019-07-02 15:00:11.760 Send buffer: 262144
. 2019-07-02 15:00:11.760 SSH protocol version: 2; Compression: No
. 2019-07-02 15:00:11.760 Bypass authentication: No
. 2019-07-02 15:00:11.760 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 15:00:11.760 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 15:00:11.760 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 15:00:11.760 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 15:00:11.760 Simple channel: Yes
. 2019-07-02 15:00:11.760 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 15:00:11.760 Shell: default
. 2019-07-02 15:00:11.760 EOL: 0, UTF: 2
. 2019-07-02 15:00:11.760 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 15:00:11.760 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 15:00:11.760 SFTP Bugs: A,A
. 2019-07-02 15:00:11.760 SFTP Server: default
. 2019-07-02 15:00:11.760 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 15:00:11.760 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 15:00:11.760 DST mode: 1
. 2019-07-02 15:00:11.760 --------------------------------------------------------------------------
. 2019-07-02 15:00:11.760 Looking up host "remote_hostname_redacted"
. 2019-07-02 15:00:11.760 Connecting to remote_hostname_redacted port 22
. 2019-07-02 15:00:32.788 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 15:00:32.788 Knocking FTP port.
. 2019-07-02 15:00:36.848 FTP port did not open.
Tue 07/02/2019-15:00:39.83 : Error SFTP to Vendor
Tue 07/02/2019-15:00:39.83 : ===========END======================
Tue 07/02/2019-15:10:00.25 : ================START===============
. 2019-07-02 15:10:11.283 --------------------------------------------------------------------------
. 2019-07-02 15:10:11.283 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 15:10:11.283 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 15:10:11.283 Log level: Normal
. 2019-07-02 15:10:11.283 Local account: local_process_username_redacted
. 2019-07-02 15:10:11.283 Working directory: C:\Windows\system32
. 2019-07-02 15:10:11.283 Process ID: 14496
. 2019-07-02 15:10:11.283 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 15:10:11.283 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 15:10:11.283 Login time: Tuesday, July 02, 2019 3:10:11 PM
. 2019-07-02 15:10:11.283 --------------------------------------------------------------------------
. 2019-07-02 15:10:11.283 Script: Retrospectively logging previous script records:
> 2019-07-02 15:10:11.283 Script: option batch on
< 2019-07-02 15:10:11.283 Script: batch on
< 2019-07-02 15:10:11.283 Script: reconnecttime 120
> 2019-07-02 15:10:11.283 Script: option confirm off
< 2019-07-02 15:10:11.283 Script: confirm off
> 2019-07-02 15:10:11.283 Script: open site name redacted/
. 2019-07-02 15:10:11.283 --------------------------------------------------------------------------
. 2019-07-02 15:10:11.283 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 15:10:11.283 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 15:10:11.283 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 15:10:11.283 Tunnel: No
. 2019-07-02 15:10:11.283 Transfer Protocol: SFTP
. 2019-07-02 15:10:11.283 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 15:10:11.283 Disable Nagle: No
. 2019-07-02 15:10:11.283 Proxy: none
. 2019-07-02 15:10:11.283 Send buffer: 262144
. 2019-07-02 15:10:11.283 SSH protocol version: 2; Compression: No
. 2019-07-02 15:10:11.283 Bypass authentication: No
. 2019-07-02 15:10:11.283 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 15:10:11.283 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 15:10:11.283 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 15:10:11.283 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 15:10:11.283 Simple channel: Yes
. 2019-07-02 15:10:11.283 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 15:10:11.283 Shell: default
. 2019-07-02 15:10:11.283 EOL: 0, UTF: 2
. 2019-07-02 15:10:11.283 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 15:10:11.283 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 15:10:11.283 SFTP Bugs: A,A
. 2019-07-02 15:10:11.283 SFTP Server: default
. 2019-07-02 15:10:11.283 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 15:10:11.283 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 15:10:11.283 DST mode: 1
. 2019-07-02 15:10:11.283 --------------------------------------------------------------------------
. 2019-07-02 15:10:11.283 Looking up host "remote_hostname_redacted"
. 2019-07-02 15:10:11.283 Connecting to remote_hostname_redacted port 22
. 2019-07-02 15:10:32.307 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 15:10:32.307 Knocking FTP port.
. 2019-07-02 15:10:36.338 FTP port did not open.
Tue 07/02/2019-15:10:39.70 : Error SFTP to Vendor
Tue 07/02/2019-15:10:39.70 : ===========END======================
Tue 07/02/2019-15:20:00.34 : ================START===============
. 2019-07-02 15:20:10.575 --------------------------------------------------------------------------
. 2019-07-02 15:20:10.575 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 15:20:10.575 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 15:20:10.575 Log level: Normal
. 2019-07-02 15:20:10.575 Local account: local_process_username_redacted
. 2019-07-02 15:20:10.575 Working directory: C:\Windows\system32
. 2019-07-02 15:20:10.575 Process ID: 13180
. 2019-07-02 15:20:10.575 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 15:20:10.575 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 15:20:10.575 Login time: Tuesday, July 02, 2019 3:20:10 PM
. 2019-07-02 15:20:10.575 --------------------------------------------------------------------------
. 2019-07-02 15:20:10.575 Script: Retrospectively logging previous script records:
> 2019-07-02 15:20:10.575 Script: option batch on
< 2019-07-02 15:20:10.575 Script: batch on
< 2019-07-02 15:20:10.575 Script: reconnecttime 120
> 2019-07-02 15:20:10.575 Script: option confirm off
< 2019-07-02 15:20:10.575 Script: confirm off
> 2019-07-02 15:20:10.575 Script: open site name redacted/
. 2019-07-02 15:20:10.575 --------------------------------------------------------------------------
. 2019-07-02 15:20:10.575 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 15:20:10.575 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 15:20:10.575 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 15:20:10.575 Tunnel: No
. 2019-07-02 15:20:10.575 Transfer Protocol: SFTP
. 2019-07-02 15:20:10.575 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 15:20:10.575 Disable Nagle: No
. 2019-07-02 15:20:10.575 Proxy: none
. 2019-07-02 15:20:10.575 Send buffer: 262144
. 2019-07-02 15:20:10.575 SSH protocol version: 2; Compression: No
. 2019-07-02 15:20:10.575 Bypass authentication: No
. 2019-07-02 15:20:10.575 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 15:20:10.575 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 15:20:10.575 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 15:20:10.575 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 15:20:10.575 Simple channel: Yes
. 2019-07-02 15:20:10.575 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 15:20:10.575 Shell: default
. 2019-07-02 15:20:10.575 EOL: 0, UTF: 2
. 2019-07-02 15:20:10.575 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 15:20:10.575 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 15:20:10.575 SFTP Bugs: A,A
. 2019-07-02 15:20:10.575 SFTP Server: default
. 2019-07-02 15:20:10.575 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 15:20:10.575 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 15:20:10.575 DST mode: 1
. 2019-07-02 15:20:10.575 --------------------------------------------------------------------------
. 2019-07-02 15:20:10.575 Looking up host "remote_hostname_redacted"
. 2019-07-02 15:20:10.575 Connecting to remote_hostname_redacted port 22
. 2019-07-02 15:20:31.589 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 15:20:31.589 Knocking FTP port.
. 2019-07-02 15:20:35.624 FTP port did not open.
Tue 07/02/2019-15:20:39.35 : Error SFTP to Vendor
Tue 07/02/2019-15:20:39.35 : ===========END======================
Tue 07/02/2019-15:30:00.40 : ================START===============
. 2019-07-02 15:30:01.285 --------------------------------------------------------------------------
. 2019-07-02 15:30:01.285 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 15:30:01.285 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 15:30:01.285 Log level: Normal
. 2019-07-02 15:30:01.285 Local account: local_process_username_redacted
. 2019-07-02 15:30:01.285 Working directory: C:\Windows\system32
. 2019-07-02 15:30:01.285 Process ID: 15432
. 2019-07-02 15:30:01.285 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 15:30:01.285 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 15:30:01.285 Login time: Tuesday, July 02, 2019 3:30:01 PM
. 2019-07-02 15:30:01.285 --------------------------------------------------------------------------
. 2019-07-02 15:30:01.285 Script: Retrospectively logging previous script records:
> 2019-07-02 15:30:01.285 Script: option batch on
< 2019-07-02 15:30:01.285 Script: batch on
< 2019-07-02 15:30:01.285 Script: reconnecttime 120
> 2019-07-02 15:30:01.285 Script: option confirm off
< 2019-07-02 15:30:01.285 Script: confirm off
> 2019-07-02 15:30:01.285 Script: open site name redacted/
. 2019-07-02 15:30:01.285 --------------------------------------------------------------------------
. 2019-07-02 15:30:01.285 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 15:30:01.285 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 15:30:01.285 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 15:30:01.285 Tunnel: No
. 2019-07-02 15:30:01.285 Transfer Protocol: SFTP
. 2019-07-02 15:30:01.285 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 15:30:01.285 Disable Nagle: No
. 2019-07-02 15:30:01.285 Proxy: none
. 2019-07-02 15:30:01.285 Send buffer: 262144
. 2019-07-02 15:30:01.285 SSH protocol version: 2; Compression: No
. 2019-07-02 15:30:01.285 Bypass authentication: No
. 2019-07-02 15:30:01.285 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 15:30:01.285 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 15:30:01.285 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 15:30:01.285 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 15:30:01.285 Simple channel: Yes
. 2019-07-02 15:30:01.285 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 15:30:01.285 Shell: default
. 2019-07-02 15:30:01.285 EOL: 0, UTF: 2
. 2019-07-02 15:30:01.285 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 15:30:01.285 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 15:30:01.285 SFTP Bugs: A,A
. 2019-07-02 15:30:01.285 SFTP Server: default
. 2019-07-02 15:30:01.285 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 15:30:01.285 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 15:30:01.285 DST mode: 1
. 2019-07-02 15:30:01.285 --------------------------------------------------------------------------
. 2019-07-02 15:30:01.285 Looking up host "remote_hostname_redacted"
. 2019-07-02 15:30:01.285 Connecting to remote_hostname_redacted port 22
. 2019-07-02 15:30:22.304 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 15:30:22.304 Knocking FTP port.
. 2019-07-02 15:30:24.318 FTP port did not open.
Tue 07/02/2019-15:30:24.36 : Error SFTP to Vendor
Tue 07/02/2019-15:30:24.36 : ===========END======================
Tue 07/02/2019-15:40:00.36 : ================START===============
. 2019-07-02 15:40:10.665 --------------------------------------------------------------------------
. 2019-07-02 15:40:10.665 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 15:40:10.665 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 15:40:10.665 Log level: Normal
. 2019-07-02 15:40:10.665 Local account: local_process_username_redacted
. 2019-07-02 15:40:10.665 Working directory: C:\Windows\system32
. 2019-07-02 15:40:10.665 Process ID: 7412
. 2019-07-02 15:40:10.665 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 15:40:10.665 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 15:40:10.665 Login time: Tuesday, July 02, 2019 3:40:10 PM
. 2019-07-02 15:40:10.665 --------------------------------------------------------------------------
. 2019-07-02 15:40:10.665 Script: Retrospectively logging previous script records:
> 2019-07-02 15:40:10.665 Script: option batch on
< 2019-07-02 15:40:10.665 Script: batch on
< 2019-07-02 15:40:10.665 Script: reconnecttime 120
> 2019-07-02 15:40:10.665 Script: option confirm off
< 2019-07-02 15:40:10.665 Script: confirm off
> 2019-07-02 15:40:10.665 Script: open site name redacted/
. 2019-07-02 15:40:10.665 --------------------------------------------------------------------------
. 2019-07-02 15:40:10.665 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 15:40:10.665 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 15:40:10.665 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 15:40:10.665 Tunnel: No
. 2019-07-02 15:40:10.665 Transfer Protocol: SFTP
. 2019-07-02 15:40:10.665 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 15:40:10.665 Disable Nagle: No
. 2019-07-02 15:40:10.665 Proxy: none
. 2019-07-02 15:40:10.665 Send buffer: 262144
. 2019-07-02 15:40:10.665 SSH protocol version: 2; Compression: No
. 2019-07-02 15:40:10.665 Bypass authentication: No
. 2019-07-02 15:40:10.665 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 15:40:10.665 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 15:40:10.665 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 15:40:10.665 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 15:40:10.665 Simple channel: Yes
. 2019-07-02 15:40:10.665 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 15:40:10.665 Shell: default
. 2019-07-02 15:40:10.665 EOL: 0, UTF: 2
. 2019-07-02 15:40:10.665 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 15:40:10.665 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 15:40:10.665 SFTP Bugs: A,A
. 2019-07-02 15:40:10.665 SFTP Server: default
. 2019-07-02 15:40:10.665 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 15:40:10.665 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 15:40:10.665 DST mode: 1
. 2019-07-02 15:40:10.665 --------------------------------------------------------------------------
. 2019-07-02 15:40:10.665 Looking up host "remote_hostname_redacted"
. 2019-07-02 15:40:10.665 Connecting to remote_hostname_redacted port 22
. 2019-07-02 15:40:31.713 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 15:40:31.713 Knocking FTP port.
. 2019-07-02 15:40:37.226 FTP port did not open.
Tue 07/02/2019-15:40:39.72 : Error SFTP to Vendor
Tue 07/02/2019-15:40:39.72 : ===========END======================
Tue 07/02/2019-15:50:00.20 : ================START===============
. 2019-07-02 15:50:01.105 --------------------------------------------------------------------------
. 2019-07-02 15:50:01.105 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 15:50:01.105 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 15:50:01.105 Log level: Normal
. 2019-07-02 15:50:01.105 Local account: local_process_username_redacted
. 2019-07-02 15:50:01.105 Working directory: C:\Windows\system32
. 2019-07-02 15:50:01.105 Process ID: 15456
. 2019-07-02 15:50:01.105 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 15:50:01.105 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 15:50:01.105 Login time: Tuesday, July 02, 2019 3:50:01 PM
. 2019-07-02 15:50:01.121 --------------------------------------------------------------------------
. 2019-07-02 15:50:01.121 Script: Retrospectively logging previous script records:
> 2019-07-02 15:50:01.121 Script: option batch on
< 2019-07-02 15:50:01.121 Script: batch on
< 2019-07-02 15:50:01.121 Script: reconnecttime 120
> 2019-07-02 15:50:01.121 Script: option confirm off
< 2019-07-02 15:50:01.121 Script: confirm off
> 2019-07-02 15:50:01.121 Script: open site name redacted/
. 2019-07-02 15:50:01.121 --------------------------------------------------------------------------
. 2019-07-02 15:50:01.121 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 15:50:01.121 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 15:50:01.121 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 15:50:01.121 Tunnel: No
. 2019-07-02 15:50:01.121 Transfer Protocol: SFTP
. 2019-07-02 15:50:01.121 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 15:50:01.121 Disable Nagle: No
. 2019-07-02 15:50:01.121 Proxy: none
. 2019-07-02 15:50:01.121 Send buffer: 262144
. 2019-07-02 15:50:01.121 SSH protocol version: 2; Compression: No
. 2019-07-02 15:50:01.121 Bypass authentication: No
. 2019-07-02 15:50:01.121 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 15:50:01.121 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 15:50:01.121 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 15:50:01.121 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 15:50:01.121 Simple channel: Yes
. 2019-07-02 15:50:01.121 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 15:50:01.121 Shell: default
. 2019-07-02 15:50:01.121 EOL: 0, UTF: 2
. 2019-07-02 15:50:01.121 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 15:50:01.121 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 15:50:01.121 SFTP Bugs: A,A
. 2019-07-02 15:50:01.121 SFTP Server: default
. 2019-07-02 15:50:01.121 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 15:50:01.121 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 15:50:01.121 DST mode: 1
. 2019-07-02 15:50:01.121 --------------------------------------------------------------------------
. 2019-07-02 15:50:01.121 Looking up host "remote_hostname_redacted"
. 2019-07-02 15:50:01.121 Connecting to remote_hostname_redacted port 22
. 2019-07-02 15:50:22.123 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 15:50:22.123 Knocking FTP port.
. 2019-07-02 15:50:24.125 FTP port did not open.
Tue 07/02/2019-15:50:24.17 : Error SFTP to Vendor
Tue 07/02/2019-15:50:24.17 : ===========END======================
Tue 07/02/2019-16:00:00.41 : ================START===============
. 2019-07-02 16:00:06.050 --------------------------------------------------------------------------
. 2019-07-02 16:00:06.050 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 16:00:06.050 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 16:00:06.050 Log level: Normal
. 2019-07-02 16:00:06.050 Local account: local_process_username_redacted
. 2019-07-02 16:00:06.050 Working directory: C:\Windows\system32
. 2019-07-02 16:00:06.050 Process ID: 16784
. 2019-07-02 16:00:06.050 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 16:00:06.050 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 16:00:06.050 Login time: Tuesday, July 02, 2019 4:00:06 PM
. 2019-07-02 16:00:06.050 --------------------------------------------------------------------------
. 2019-07-02 16:00:06.050 Script: Retrospectively logging previous script records:
> 2019-07-02 16:00:06.050 Script: option batch on
< 2019-07-02 16:00:06.050 Script: batch on
< 2019-07-02 16:00:06.050 Script: reconnecttime 120
> 2019-07-02 16:00:06.050 Script: option confirm off
< 2019-07-02 16:00:06.050 Script: confirm off
> 2019-07-02 16:00:06.050 Script: open site name redacted/
. 2019-07-02 16:00:06.050 --------------------------------------------------------------------------
. 2019-07-02 16:00:06.050 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 16:00:06.050 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 16:00:06.050 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 16:00:06.050 Tunnel: No
. 2019-07-02 16:00:06.050 Transfer Protocol: SFTP
. 2019-07-02 16:00:06.050 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 16:00:06.050 Disable Nagle: No
. 2019-07-02 16:00:06.050 Proxy: none
. 2019-07-02 16:00:06.050 Send buffer: 262144
. 2019-07-02 16:00:06.050 SSH protocol version: 2; Compression: No
. 2019-07-02 16:00:06.050 Bypass authentication: No
. 2019-07-02 16:00:06.050 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 16:00:06.050 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 16:00:06.050 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 16:00:06.050 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 16:00:06.050 Simple channel: Yes
. 2019-07-02 16:00:06.050 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 16:00:06.050 Shell: default
. 2019-07-02 16:00:06.050 EOL: 0, UTF: 2
. 2019-07-02 16:00:06.050 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 16:00:06.050 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 16:00:06.050 SFTP Bugs: A,A
. 2019-07-02 16:00:06.050 SFTP Server: default
. 2019-07-02 16:00:06.050 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 16:00:06.050 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 16:00:06.050 DST mode: 1
. 2019-07-02 16:00:06.050 --------------------------------------------------------------------------
. 2019-07-02 16:00:06.050 Looking up host "remote_hostname_redacted"
. 2019-07-02 16:00:06.050 Connecting to remote_hostname_redacted port 22
. 2019-07-02 16:00:27.080 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 16:00:27.080 Knocking FTP port.
. 2019-07-02 16:00:29.095 FTP port did not open.
Tue 07/02/2019-16:00:29.14 : Error SFTP to Vendor
Tue 07/02/2019-16:00:29.14 : ===========END======================
Tue 07/02/2019-16:10:00.29 : ================START===============
. 2019-07-02 16:10:01.197 --------------------------------------------------------------------------
. 2019-07-02 16:10:01.197 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 16:10:01.197 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 16:10:01.197 Log level: Normal
. 2019-07-02 16:10:01.197 Local account: local_process_username_redacted
. 2019-07-02 16:10:01.197 Working directory: C:\Windows\system32
. 2019-07-02 16:10:01.197 Process ID: 14352
. 2019-07-02 16:10:01.197 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 16:10:01.197 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 16:10:01.197 Login time: Tuesday, July 02, 2019 4:10:01 PM
. 2019-07-02 16:10:01.197 --------------------------------------------------------------------------
. 2019-07-02 16:10:01.197 Script: Retrospectively logging previous script records:
> 2019-07-02 16:10:01.197 Script: option batch on
< 2019-07-02 16:10:01.197 Script: batch on
< 2019-07-02 16:10:01.197 Script: reconnecttime 120
> 2019-07-02 16:10:01.197 Script: option confirm off
< 2019-07-02 16:10:01.197 Script: confirm off
> 2019-07-02 16:10:01.197 Script: open site name redacted/
. 2019-07-02 16:10:01.197 --------------------------------------------------------------------------
. 2019-07-02 16:10:01.197 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 16:10:01.197 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 16:10:01.197 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 16:10:01.197 Tunnel: No
. 2019-07-02 16:10:01.197 Transfer Protocol: SFTP
. 2019-07-02 16:10:01.197 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 16:10:01.197 Disable Nagle: No
. 2019-07-02 16:10:01.197 Proxy: none
. 2019-07-02 16:10:01.197 Send buffer: 262144
. 2019-07-02 16:10:01.197 SSH protocol version: 2; Compression: No
. 2019-07-02 16:10:01.197 Bypass authentication: No
. 2019-07-02 16:10:01.197 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 16:10:01.197 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 16:10:01.197 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 16:10:01.197 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 16:10:01.197 Simple channel: Yes
. 2019-07-02 16:10:01.197 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 16:10:01.197 Shell: default
. 2019-07-02 16:10:01.197 EOL: 0, UTF: 2
. 2019-07-02 16:10:01.197 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 16:10:01.197 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 16:10:01.197 SFTP Bugs: A,A
. 2019-07-02 16:10:01.197 SFTP Server: default
. 2019-07-02 16:10:01.197 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 16:10:01.197 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 16:10:01.197 DST mode: 1
. 2019-07-02 16:10:01.197 --------------------------------------------------------------------------
. 2019-07-02 16:10:01.197 Looking up host "remote_hostname_redacted"
. 2019-07-02 16:10:01.197 Connecting to remote_hostname_redacted port 22
. 2019-07-02 16:10:22.222 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 16:10:22.222 Knocking FTP port.
. 2019-07-02 16:10:24.236 FTP port did not open.
Tue 07/02/2019-16:10:24.27 : Error SFTP to Vendor
Tue 07/02/2019-16:10:24.27 : ===========END======================
Tue 07/02/2019-16:20:00.33 : ================START===============
. 2019-07-02 16:20:01.244 --------------------------------------------------------------------------
. 2019-07-02 16:20:01.244 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 16:20:01.244 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 16:20:01.244 Log level: Normal
. 2019-07-02 16:20:01.244 Local account: local_process_username_redacted
. 2019-07-02 16:20:01.244 Working directory: C:\Windows\system32
. 2019-07-02 16:20:01.244 Process ID: 14364
. 2019-07-02 16:20:01.244 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 16:20:01.244 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 16:20:01.244 Login time: Tuesday, July 02, 2019 4:20:01 PM
. 2019-07-02 16:20:01.244 --------------------------------------------------------------------------
. 2019-07-02 16:20:01.244 Script: Retrospectively logging previous script records:
> 2019-07-02 16:20:01.244 Script: option batch on
< 2019-07-02 16:20:01.244 Script: batch on
< 2019-07-02 16:20:01.244 Script: reconnecttime 120
> 2019-07-02 16:20:01.244 Script: option confirm off
< 2019-07-02 16:20:01.244 Script: confirm off
> 2019-07-02 16:20:01.244 Script: open site name redacted/
. 2019-07-02 16:20:01.244 --------------------------------------------------------------------------
. 2019-07-02 16:20:01.244 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 16:20:01.244 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 16:20:01.244 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 16:20:01.244 Tunnel: No
. 2019-07-02 16:20:01.244 Transfer Protocol: SFTP
. 2019-07-02 16:20:01.244 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 16:20:01.244 Disable Nagle: No
. 2019-07-02 16:20:01.244 Proxy: none
. 2019-07-02 16:20:01.244 Send buffer: 262144
. 2019-07-02 16:20:01.244 SSH protocol version: 2; Compression: No
. 2019-07-02 16:20:01.244 Bypass authentication: No
. 2019-07-02 16:20:01.244 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 16:20:01.244 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 16:20:01.244 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 16:20:01.244 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 16:20:01.244 Simple channel: Yes
. 2019-07-02 16:20:01.244 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 16:20:01.244 Shell: default
. 2019-07-02 16:20:01.244 EOL: 0, UTF: 2
. 2019-07-02 16:20:01.244 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 16:20:01.244 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 16:20:01.244 SFTP Bugs: A,A
. 2019-07-02 16:20:01.244 SFTP Server: default
. 2019-07-02 16:20:01.244 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 16:20:01.244 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 16:20:01.244 DST mode: 1
. 2019-07-02 16:20:01.244 --------------------------------------------------------------------------
. 2019-07-02 16:20:01.244 Looking up host "remote_hostname_redacted"
. 2019-07-02 16:20:01.244 Connecting to remote_hostname_redacted port 22
. 2019-07-02 16:20:22.279 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 16:20:22.279 Knocking FTP port.
. 2019-07-02 16:20:24.292 FTP port did not open.
Tue 07/02/2019-16:20:24.33 : Error SFTP to Vendor
Tue 07/02/2019-16:20:24.33 : ===========END======================
Tue 07/02/2019-16:30:00.50 : ================START===============
. 2019-07-02 16:30:01.397 --------------------------------------------------------------------------
. 2019-07-02 16:30:01.397 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 16:30:01.397 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 16:30:01.413 Log level: Normal
. 2019-07-02 16:30:01.413 Local account: local_process_username_redacted
. 2019-07-02 16:30:01.413 Working directory: C:\Windows\system32
. 2019-07-02 16:30:01.413 Process ID: 15616
. 2019-07-02 16:30:01.413 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 16:30:01.413 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 16:30:01.413 Login time: Tuesday, July 02, 2019 4:30:01 PM
. 2019-07-02 16:30:01.413 --------------------------------------------------------------------------
. 2019-07-02 16:30:01.413 Script: Retrospectively logging previous script records:
> 2019-07-02 16:30:01.413 Script: option batch on
< 2019-07-02 16:30:01.413 Script: batch on
< 2019-07-02 16:30:01.413 Script: reconnecttime 120
> 2019-07-02 16:30:01.413 Script: option confirm off
< 2019-07-02 16:30:01.413 Script: confirm off
> 2019-07-02 16:30:01.413 Script: open site name redacted/
. 2019-07-02 16:30:01.413 --------------------------------------------------------------------------
. 2019-07-02 16:30:01.413 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 16:30:01.413 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 16:30:01.413 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 16:30:01.413 Tunnel: No
. 2019-07-02 16:30:01.413 Transfer Protocol: SFTP
. 2019-07-02 16:30:01.413 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 16:30:01.413 Disable Nagle: No
. 2019-07-02 16:30:01.413 Proxy: none
. 2019-07-02 16:30:01.413 Send buffer: 262144
. 2019-07-02 16:30:01.413 SSH protocol version: 2; Compression: No
. 2019-07-02 16:30:01.413 Bypass authentication: No
. 2019-07-02 16:30:01.413 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 16:30:01.413 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 16:30:01.413 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 16:30:01.413 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 16:30:01.413 Simple channel: Yes
. 2019-07-02 16:30:01.413 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 16:30:01.413 Shell: default
. 2019-07-02 16:30:01.413 EOL: 0, UTF: 2
. 2019-07-02 16:30:01.413 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 16:30:01.413 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 16:30:01.413 SFTP Bugs: A,A
. 2019-07-02 16:30:01.413 SFTP Server: default
. 2019-07-02 16:30:01.413 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 16:30:01.413 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 16:30:01.413 DST mode: 1
. 2019-07-02 16:30:01.413 --------------------------------------------------------------------------
. 2019-07-02 16:30:01.413 Looking up host "remote_hostname_redacted"
. 2019-07-02 16:30:01.413 Connecting to remote_hostname_redacted port 22
. 2019-07-02 16:30:22.435 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 16:30:22.435 Knocking FTP port.
. 2019-07-02 16:30:24.433 FTP port did not open.
Tue 07/02/2019-16:30:24.51 : Error SFTP to Vendor
Tue 07/02/2019-16:30:24.51 : ===========END======================
Tue 07/02/2019-16:40:01.39 : ================START===============
. 2019-07-02 16:40:13.929 --------------------------------------------------------------------------
. 2019-07-02 16:40:13.929 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 16:40:13.929 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 16:40:13.929 Log level: Normal
. 2019-07-02 16:40:13.929 Local account: local_process_username_redacted
. 2019-07-02 16:40:13.929 Working directory: C:\Windows\system32
. 2019-07-02 16:40:13.929 Process ID: 14608
. 2019-07-02 16:40:13.929 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 16:40:13.929 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 16:40:13.929 Login time: Tuesday, July 02, 2019 4:40:13 PM
. 2019-07-02 16:40:13.929 --------------------------------------------------------------------------
. 2019-07-02 16:40:13.929 Script: Retrospectively logging previous script records:
> 2019-07-02 16:40:13.929 Script: option batch on
< 2019-07-02 16:40:13.929 Script: batch on
< 2019-07-02 16:40:13.929 Script: reconnecttime 120
> 2019-07-02 16:40:13.929 Script: option confirm off
< 2019-07-02 16:40:13.929 Script: confirm off
> 2019-07-02 16:40:13.929 Script: open site name redacted/
. 2019-07-02 16:40:13.929 --------------------------------------------------------------------------
. 2019-07-02 16:40:13.929 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 16:40:13.929 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 16:40:13.929 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 16:40:13.929 Tunnel: No
. 2019-07-02 16:40:13.929 Transfer Protocol: SFTP
. 2019-07-02 16:40:13.929 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 16:40:13.929 Disable Nagle: No
. 2019-07-02 16:40:13.929 Proxy: none
. 2019-07-02 16:40:13.929 Send buffer: 262144
. 2019-07-02 16:40:13.929 SSH protocol version: 2; Compression: No
. 2019-07-02 16:40:13.929 Bypass authentication: No
. 2019-07-02 16:40:13.929 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 16:40:13.929 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 16:40:13.929 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 16:40:13.929 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 16:40:13.929 Simple channel: Yes
. 2019-07-02 16:40:13.929 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 16:40:13.929 Shell: default
. 2019-07-02 16:40:13.929 EOL: 0, UTF: 2
. 2019-07-02 16:40:13.929 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 16:40:13.929 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 16:40:13.929 SFTP Bugs: A,A
. 2019-07-02 16:40:13.929 SFTP Server: default
. 2019-07-02 16:40:13.929 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 16:40:13.929 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 16:40:13.929 DST mode: 1
. 2019-07-02 16:40:13.929 --------------------------------------------------------------------------
. 2019-07-02 16:40:13.929 Looking up host "remote_hostname_redacted"
. 2019-07-02 16:40:13.929 Connecting to remote_hostname_redacted port 22
. 2019-07-02 16:40:34.969 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 16:40:36.501 Knocking FTP port.
. 2019-07-02 16:40:42.340 FTP port did not open.
Tue 07/02/2019-16:40:42.38 : Error SFTP to Vendor
Tue 07/02/2019-16:40:42.40 : ===========END======================
Tue 07/02/2019-16:50:00.21 : ================START===============
. 2019-07-02 16:50:10.060 --------------------------------------------------------------------------
. 2019-07-02 16:50:10.060 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 16:50:10.060 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 16:50:10.060 Log level: Normal
. 2019-07-02 16:50:10.060 Local account: local_process_username_redacted
. 2019-07-02 16:50:10.060 Working directory: C:\Windows\system32
. 2019-07-02 16:50:10.060 Process ID: 15228
. 2019-07-02 16:50:10.060 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 16:50:10.060 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 16:50:10.060 Login time: Tuesday, July 02, 2019 4:50:10 PM
. 2019-07-02 16:50:10.060 --------------------------------------------------------------------------
. 2019-07-02 16:50:10.060 Script: Retrospectively logging previous script records:
> 2019-07-02 16:50:10.060 Script: option batch on
< 2019-07-02 16:50:10.060 Script: batch on
< 2019-07-02 16:50:10.060 Script: reconnecttime 120
> 2019-07-02 16:50:10.060 Script: option confirm off
< 2019-07-02 16:50:10.060 Script: confirm off
> 2019-07-02 16:50:10.060 Script: open site name redacted/
. 2019-07-02 16:50:10.060 --------------------------------------------------------------------------
. 2019-07-02 16:50:10.060 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 16:50:10.060 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 16:50:10.060 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 16:50:10.060 Tunnel: No
. 2019-07-02 16:50:10.060 Transfer Protocol: SFTP
. 2019-07-02 16:50:10.060 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 16:50:10.060 Disable Nagle: No
. 2019-07-02 16:50:10.060 Proxy: none
. 2019-07-02 16:50:10.060 Send buffer: 262144
. 2019-07-02 16:50:10.060 SSH protocol version: 2; Compression: No
. 2019-07-02 16:50:10.060 Bypass authentication: No
. 2019-07-02 16:50:10.060 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 16:50:10.060 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 16:50:10.060 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 16:50:10.060 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 16:50:10.060 Simple channel: Yes
. 2019-07-02 16:50:10.060 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 16:50:10.060 Shell: default
. 2019-07-02 16:50:10.060 EOL: 0, UTF: 2
. 2019-07-02 16:50:10.060 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 16:50:10.060 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 16:50:10.060 SFTP Bugs: A,A
. 2019-07-02 16:50:10.060 SFTP Server: default
. 2019-07-02 16:50:10.060 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 16:50:10.060 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 16:50:10.060 DST mode: 1
. 2019-07-02 16:50:10.060 --------------------------------------------------------------------------
. 2019-07-02 16:50:10.060 Looking up host "remote_hostname_redacted"
. 2019-07-02 16:50:10.060 Connecting to remote_hostname_redacted port 22
. 2019-07-02 16:50:31.082 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 16:50:31.082 Knocking FTP port.
. 2019-07-02 16:50:33.086 FTP port did not open.
Tue 07/02/2019-16:50:39.24 : Error SFTP to Vendor
Tue 07/02/2019-16:50:39.24 : ===========END======================
Tue 07/02/2019-17:00:00.49 : ================START===============
. 2019-07-02 17:00:01.523 --------------------------------------------------------------------------
. 2019-07-02 17:00:01.523 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 17:00:01.523 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 17:00:01.523 Log level: Normal
. 2019-07-02 17:00:01.523 Local account: local_process_username_redacted
. 2019-07-02 17:00:01.523 Working directory: C:\Windows\system32
. 2019-07-02 17:00:01.523 Process ID: 12532
. 2019-07-02 17:00:01.523 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 17:00:01.523 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 17:00:01.523 Login time: Tuesday, July 02, 2019 5:00:01 PM
. 2019-07-02 17:00:01.523 --------------------------------------------------------------------------
. 2019-07-02 17:00:01.523 Script: Retrospectively logging previous script records:
> 2019-07-02 17:00:01.523 Script: option batch on
< 2019-07-02 17:00:01.523 Script: batch on
< 2019-07-02 17:00:01.523 Script: reconnecttime 120
> 2019-07-02 17:00:01.523 Script: option confirm off
< 2019-07-02 17:00:01.523 Script: confirm off
> 2019-07-02 17:00:01.523 Script: open site name redacted/
. 2019-07-02 17:00:01.523 --------------------------------------------------------------------------
. 2019-07-02 17:00:01.523 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 17:00:01.523 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 17:00:01.523 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 17:00:01.523 Tunnel: No
. 2019-07-02 17:00:01.523 Transfer Protocol: SFTP
. 2019-07-02 17:00:01.523 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 17:00:01.523 Disable Nagle: No
. 2019-07-02 17:00:01.523 Proxy: none
. 2019-07-02 17:00:01.523 Send buffer: 262144
. 2019-07-02 17:00:01.523 SSH protocol version: 2; Compression: No
. 2019-07-02 17:00:01.523 Bypass authentication: No
. 2019-07-02 17:00:01.523 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 17:00:01.523 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 17:00:01.523 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 17:00:01.523 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 17:00:01.523 Simple channel: Yes
. 2019-07-02 17:00:01.523 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 17:00:01.523 Shell: default
. 2019-07-02 17:00:01.523 EOL: 0, UTF: 2
. 2019-07-02 17:00:01.523 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 17:00:01.523 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 17:00:01.523 SFTP Bugs: A,A
. 2019-07-02 17:00:01.523 SFTP Server: default
. 2019-07-02 17:00:01.523 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 17:00:01.523 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 17:00:01.523 DST mode: 1
. 2019-07-02 17:00:01.523 --------------------------------------------------------------------------
. 2019-07-02 17:00:01.523 Looking up host "remote_hostname_redacted"
. 2019-07-02 17:00:01.523 Connecting to remote_hostname_redacted port 22
. 2019-07-02 17:00:22.570 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 17:00:22.570 Knocking FTP port.
. 2019-07-02 17:00:24.571 FTP port did not open.
Tue 07/02/2019-17:00:24.62 : Error SFTP to Vendor
Tue 07/02/2019-17:00:24.62 : ===========END======================
Tue 07/02/2019-17:10:00.33 : ================START===============
. 2019-07-02 17:10:01.223 --------------------------------------------------------------------------
. 2019-07-02 17:10:01.223 WinSCP Version 5.7.7 (Build 6257) (OS 6.1.7601 Service Pack 1 - Windows Server 2008 R2 Enterprise)
. 2019-07-02 17:10:01.223 Configuration: HKCU\Software\Martin Prikryl\WinSCP 2\
. 2019-07-02 17:10:01.223 Log level: Normal
. 2019-07-02 17:10:01.223 Local account: local_process_username_redacted
. 2019-07-02 17:10:01.223 Working directory: C:\Windows\system32
. 2019-07-02 17:10:01.223 Process ID: 12700
. 2019-07-02 17:10:01.223 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /script=open script_redacted /log=log_redacted
. 2019-07-02 17:10:01.223 Time zone: Current: GMT+8 (Malay Peninsula Standard Time), No DST
. 2019-07-02 17:10:01.223 Login time: Tuesday, July 02, 2019 5:10:01 PM
. 2019-07-02 17:10:01.223 --------------------------------------------------------------------------
. 2019-07-02 17:10:01.223 Script: Retrospectively logging previous script records:
> 2019-07-02 17:10:01.223 Script: option batch on
< 2019-07-02 17:10:01.223 Script: batch on
< 2019-07-02 17:10:01.223 Script: reconnecttime 120
> 2019-07-02 17:10:01.223 Script: option confirm off
< 2019-07-02 17:10:01.223 Script: confirm off
> 2019-07-02 17:10:01.223 Script: open site name redacted/
. 2019-07-02 17:10:01.223 --------------------------------------------------------------------------
. 2019-07-02 17:10:01.223 Session name: site name redacted (Ad-Hoc site)
. 2019-07-02 17:10:01.223 Host name: remote_hostname_redacted (Port: 22)
. 2019-07-02 17:10:01.223 User name: remote_username_redacted (Password: No, Key file: Yes)
. 2019-07-02 17:10:01.223 Tunnel: No
. 2019-07-02 17:10:01.223 Transfer Protocol: SFTP
. 2019-07-02 17:10:01.223 Ping type: -, Ping interval: 30 sec; Timeout: 30 sec
. 2019-07-02 17:10:01.223 Disable Nagle: No
. 2019-07-02 17:10:01.223 Proxy: none
. 2019-07-02 17:10:01.223 Send buffer: 262144
. 2019-07-02 17:10:01.223 SSH protocol version: 2; Compression: No
. 2019-07-02 17:10:01.223 Bypass authentication: No
. 2019-07-02 17:10:01.223 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2019-07-02 17:10:01.223 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2019-07-02 17:10:01.223 KEX: dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,rsa,WARN
. 2019-07-02 17:10:01.223 SSH Bugs: A,A,A,A,A,A,A,A,A,A,A,A
. 2019-07-02 17:10:01.223 Simple channel: Yes
. 2019-07-02 17:10:01.223 Return code variable: Autodetect; Lookup user groups: A
. 2019-07-02 17:10:01.223 Shell: default
. 2019-07-02 17:10:01.223 EOL: 0, UTF: 2
. 2019-07-02 17:10:01.223 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2019-07-02 17:10:01.223 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2019-07-02 17:10:01.223 SFTP Bugs: A,A
. 2019-07-02 17:10:01.223 SFTP Server: default
. 2019-07-02 17:10:01.223 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2019-07-02 17:10:01.223 Cache directory changes: Yes, Permanent: Yes
. 2019-07-02 17:10:01.223 DST mode: 1
. 2019-07-02 17:10:01.223 --------------------------------------------------------------------------
. 2019-07-02 17:10:01.223 Looking up host "remote_hostname_redacted"
. 2019-07-02 17:10:01.223 Connecting to remote_hostname_redacted port 22
. 2019-07-02 17:10:22.238 Failed to connect to remote_hostname_redacted: Network error: Connection timed out
. 2019-07-02 17:10:22.238 Knocking FTP port.
. 2019-07-02 17:10:24.253 FTP port did not open.
Tue 07/02/2019-17:10:24.31 : Error SFTP to Vendor
Tue 07/02/2019-17:10:24.31 : ===========END======================
Tue 07/02/2019-17:20:00.35 : ================START===============
. 2019-07-02 17:20:01.213 ----