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: FTP thru Proxy
User329

Posts: 1
Member Since: 01/10/02
posted January 10, 2002 11:29 PM

Must connect thru firewall using:
.login "address"
.command "USER user@serverip Myfirewalllogin
(returns 331)
.command "PASS DestinationPassword
(returns 332)
At this point I should send the Gateway password using the ACCT command but before the .command "ACCT GatewayPassword statement is executed the control sends "ACCT" without being commanded which results in an error 530 since no password accompanies it. I cannot stop this unsolicited send by the control and according to the trace file is occurs as the last part of the previous command or in response to the 332 reply. Is there any way to prevent this so that I can send the Gateway password to the firewall?
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted January 11, 2002 12:02 AM


If you specify the account in the Login method, it will be sent when the 332 is received. I just ran a quick test using our ManualProxy sample with our Debug server and it worked.

Hope this helps!

Tony Priest
Dart Tech SUpport
N/A posted January 16, 2002 9:43 AM

Tony,

That did it! Thanks a lot.

Rick
Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX