[twsocket] Connect to FTP proxy not in transparent mode - prompt for account

2010-05-17 Thread Info2004
Hi, If the ftp proxy is prompting for account, how should I connect? Should I set the account string property and call ConnectAsync, or should I call ConnectAsync then AcctAsync, or just call AcctAsync? I'm struggling to test as I have no access to the proxy in question, otherwise I'd just

Re: [twsocket] Connect to FTP proxy not in transparent mode - promptfor account

2010-05-17 Thread Dave Baxter
Hi. Your best bet, as your user wants to use a specific proxy, is to ask them to provide you with an install of such a proxy (as a loan item, that you will return to them when you're done developing and testing) with the account setup instructions, so you can make your own test system, allowing

Re: [twsocket] Connect to FTP proxy not in transparent mode - promptfor account

2010-05-17 Thread Info2004
Dave, Dave Baxter wrote: Hi. Your best bet, as your user wants to use a specific proxy, is to ask them to provide you with an install of such a proxy (as a loan item, that you will return to them when you're done developing and testing) with the account setup instructions, so you can make your