Login  
Search All Forums
Dart Home | PowerTCP FTP for ActiveX | Custom Development Reply | PowerTCP FTP for ActiveX Topics | Forums   
AuthorForum: PowerTCP FTP for ActiveX
Topic: ProxyType : USER remoteID@remoteHost proxyID
nicolaslips

From: aix en provence, France
Posts: 3
Member Since: 01/06/06
posted January 6, 2006 12:51 PM

Hi,

Using the PowerTCP activeX control, my FTP server return this message :

530 - User access denied
530 - Usage : USER remoteID@remoteHost passwordID
530 - PASS password
530 - ACCT proxypassword

Which FtpProxyType constant I need to use ?

Thanks for any help.

Nicolas
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted January 6, 2006 2:08 PM

Looks like a User with login proxy. I would try that first.
nicolaslips

From: aix en provence, France
Posts: 3
Member Since: 01/06/06
posted January 9, 2006 4:50 AM

Unfortunatly, this option doesn't work.
The proxy used is a BlueCoat. In the documentation ( http://www.bluecoat.com/downloads/support/BCS_tb_native_ftp_proxy.pdf ), we can see a configuration sample with WS_FTP.
WS_FTP has the option "USER remoteID@remoteHost fireID" (!= "USER after logon").
Why PowerTCP hasn't this option ? Is it a new Proxy type ?
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted January 9, 2006 9:58 AM

You'll probably need to send some custom commands. Let's try and figure out what they are.

Login to the server using WS-FTP, then paste the contents of the log here (use x's to replace any personal info)
nicolaslips

From: aix en provence, France
Posts: 3
Member Since: 01/06/06
posted January 23, 2006 10:11 AM

220 Blue Coat FTP Service
USER xxx@xxx.xxx.net xxx
331 Enter Password.
PASS (hidden)
332 Enter proxy password.
ACCT (hidden)
230 User xxx logged in.
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted January 23, 2006 10:33 AM

That is not a brand of proxy that we support. To login to that server, we would have to add support for that server.

You may also be able to use the Command method to login manually and send the commands. The Proxy Login sample shows how to do this if you want to take a look at that.

If you are still having trouble at that point, please email David Harry (sales@dart.com) to discuss advanced support options.
lauts@delta

From: frankfurt, Germany
Posts: 4
Member Since: 03/25/09
posted March 25, 2009 7:21 AM

hi there,
we are having the same problem (only we are using PowerTCP FTP for .NET Release 3.0.2)
the proxy needs this usage
530-Usage: USER username@hostname proxyusername
530-    PASS password
530    ACCT proxypassword

has anything happened the last 3 years and so this is supported now?
how can we connect using this proxy?
thanks
t. lauts
Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX