Thread: behind proxy
View Single Post
Old 08-09-2012, 02:07 AM  
andreas
Senior Member
 
Join Date: Jul 2002
Posts: 484
Default

Code:
[10:03:45] [R] Connecting to FTP.MYSITE.GR  - Proxy via Proxy -> IP=proxy.mydomain.com PORT=2121
[10:03:45] [R] Connected to FTP.MYSITE.GR  - Proxy via Proxy
[10:03:45] [R] 220-websense Content Gateway Ftp Proxy Ready
[10:03:45] [R] 220-        Please use the 
[10:03:45] [R] 220-                username@ftp-server-name format, e.g. anonymous@ftp.websense.com
[10:03:45] [R] 220         for the user name prompt!
[10:03:45] [R] USER mydomainuser
[10:03:45] [R] 501 Syntax error in parameters or arguments.
[10:03:45] [R] Connection failed
[10:03:45] [R] Delaying for 120 seconds before reconnect attempt #1
[10:04:03] [R] Retry attempt Aborted
[10:04:04] [R] Connecting to FTP.MYSITE.GR  - Proxy via Proxy -> IP=proxy.mydomain.com PORT=2121
[10:04:04] [R] Connected to FTP.MYSITE.GR  - Proxy via Proxy
[10:04:04] [R] 220-websense Content Gateway Ftp Proxy Ready
[10:04:04] [R] 220-        Please use the 
[10:04:04] [R] 220-                username@ftp-server-name format, e.g. anonymous@ftp.websense.com
[10:04:04] [R] 220         for the user name prompt!
[10:04:04] [R] USER domain\mydomainuser
[10:04:04] [R] 501 Syntax error in parameters or arguments.
[10:04:04] [R] Connection failed
[10:04:04] [R] Delaying for 120 seconds before reconnect attempt #1
[10:04:20] [R] Retry attempt Aborted
[10:04:20] [R] Connecting to FTP.MYSITE.GR  - Proxy via Proxy -> IP=proxy.mydomain.com PORT=2121
[10:04:20] [R] Connected to FTP.MYSITE.GR  - Proxy via Proxy
[10:04:20] [R] 220-websense Content Gateway Ftp Proxy Ready
[10:04:20] [R] 220-        Please use the 
[10:04:20] [R] 220-                username@ftp-server-name format, e.g. anonymous@ftp.websense.com
[10:04:20] [R] 220         for the user name prompt!
[10:04:20] [R] USER domain\mydomainuser
[10:04:20] [R] 501 Syntax error in parameters or arguments.
[10:04:20] [R] Connection failed
[10:04:20] [R] Delaying for 120 seconds before reconnect attempt #1
First two attempts are with Option 11
Third attempt is with Option 12

None option seems to work.
Using WINSCP I make it working using option USER %user@%host

Last edited by andreas; 08-09-2012 at 04:12 AM.
andreas is offline