在 WinSCP/SmartFTP 中使用“Check Point”FTP 代理身份验证格式

在 WinSCP/SmartFTP 中使用“Check Point”FTP 代理身份验证格式

我可以在 WinSCP 或 SmartFTP 中使用“Check Point”FTP 代理身份验证格式吗?基本上它的格式如下:

USER %u@%s@%h
PASS %p@%w

FileZilla 支持此格式。但我需要 FileZilla 中没有的一些功能,因此我必须使用 WinSCP 或 SmartFTP。

任何想法都将不胜感激。

谢谢!

包括来自 WinSCP 的具有“USER %user@%proxyuser@%host”代理类型的日志文件:

. 2016-08-02 09:29:59.362 --------------------------------------------------------------------------
. 2016-08-02 09:29:59.362 WinSCP Version 5.9 (Build 6786) (OS 6.1.7601 Service Pack 1 - Windows 7 Enterprise)
. 2016-08-02 09:29:59.365 Configuration: D:\Program Files\WinSCP\WinSCP.ini
. 2016-08-02 09:29:59.365 Log level: Normal
. 2016-08-02 09:29:59.365 Local account: xxxxxxxxx
. 2016-08-02 09:29:59.365 Working directory: D:\Program Files\WinSCP
. 2016-08-02 09:29:59.365 Process ID: 9664
. 2016-08-02 09:29:59.368 Command-line: "D:\Program Files\WinSCP\WinSCP.exe" 
. 2016-08-02 09:29:59.368 Time zone: Current: GMT+10, Standard: GMT+10 (AUS Eastern Standard Time), DST: GMT+11 (AUS Eastern Daylight Time), DST Start: 2/10/2016, DST End: 3/04/2016
. 2016-08-02 09:29:59.368 Login time: Tuesday, 2 August 2016 9:29:59
. 2016-08-02 09:29:59.368 --------------------------------------------------------------------------
. 2016-08-02 09:29:59.368 Session name: Adobe (Modified site)
. 2016-08-02 09:29:59.368 Host name: ftp4.omniture.com (Port: 21)
. 2016-08-02 09:29:59.368 User name: xxxxxxxxx(Password: Yes, Key file: No)
. 2016-08-02 09:29:59.368 Transfer Protocol: FTP
. 2016-08-02 09:29:59.368 Ping type: Dummy, Ping interval: 30 sec; Timeout: 15 sec
. 2016-08-02 09:29:59.368 Disable Nagle: No
. 2016-08-02 09:29:59.368 Proxy: FTP proxy 8
. 2016-08-02 09:29:59.368 HostName: 10.21.160.105 (Port: 8080); Username: xxxxxxxxx; Passwd: Yes
. 2016-08-02 09:29:59.368 Send buffer: 262144
. 2016-08-02 09:29:59.368 UTF: Auto
. 2016-08-02 09:29:59.368 FTPS: None [Client certificate: No]
. 2016-08-02 09:29:59.368 FTP: Passive: Yes [Force IP: Auto]; MLSD: Auto [List all: Auto]; HOST: Auto
. 2016-08-02 09:29:59.368 Local directory: D:\Data\My Documents, Remote directory: /, Update: Yes, Cache: Yes
. 2016-08-02 09:29:59.368 Cache directory changes: Yes, Permanent: Yes
. 2016-08-02 09:29:59.368 Recycle bin: Delete to: No, Overwritten to: No, Bin path: 
. 2016-08-02 09:29:59.368 Timezone offset: 0h 0m
. 2016-08-02 09:29:59.368 --------------------------------------------------------------------------
. 2016-08-02 09:29:59.620 Connecting to ftp4.omniture.com ...
. 2016-08-02 09:29:59.620 Connected with 10.21.160.105:8080. Waiting for welcome message...
. 2016-08-02 09:30:14.567 Timeout detected. (control connection)
. 2016-08-02 09:30:14.567 Connection failed.
* 2016-08-02 09:30:14.578 (EFatal) Connection failed.
* 2016-08-02 09:30:14.579 Timeout detected. (control connection)
* 2016-08-02 09:30:14.579 Connection failed.
. 2016-08-02 09:33:11.149 --------------------------------------------------------------------------

答案1

在 WinSCP 中,如果您选择 FTP 协议,您将在“代理类型”

USER %user@%proxyuser@%host

在此处输入图片描述

相关内容