Login  
Search All Forums
Dart Home | PowerTCP FTP for .NET | Custom Development Reply | PowerTCP FTP for .NET Topics | Forums   
AuthorForum: PowerTCP FTP for .NET
Topic: Login Problem - Password Invalid Chars
cmack333

From: West Chester, PA USA
Posts: 3
Member Since: 12/10/04
posted December 10, 2004 11:26 AM

I have a FTP password for which contains the "@" symbol. Unfortunantely i can not get a new ftp password. The control is getting the following error: "Control connection unexpectedly closed " The login work fine in SmartFTP and form the Command Line. I assume that the "@" is the thing screwing it up. Has anyone come across this before? Thanks in advance.
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted December 13, 2004 9:21 AM

I don't think it's the "@" since I just changed my password to "test@test" and was able to login with the sample ListView app.

Try creating a log (using the Trace event like we do in the sample) and see if the output gives you any clues
cmack333

From: West Chester, PA USA
Posts: 3
Member Since: 12/10/04
posted December 16, 2004 9:45 AM

Yah I do not think it is that either. I did put the tracing event in but nothing gets logged. (I am successfully tracing other FTP sessions so I know the event is properly firing) This is the exact error i get below.

Control connection unexpectedly closed
at c.Invoke(Delegate CurrentDelegate, Object[] args) at Dart.PowerTCP.Ftp.Ftp.Put(String localFileName, String remoteFileName)
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted December 16, 2004 9:52 AM

If that's the case then it isn't even getting data from the server. My guess is you are either:

1) Connecting to a machine that is not an FTP server
2) Connecting to a secure FTP server using a non secure client
3) The opposite of number two

What happens if you use our sample apps?

Try both the MPUT sample and the Listview
cmack333

From: West Chester, PA USA
Posts: 3
Member Since: 12/10/04
posted December 16, 2004 1:03 PM

Thanks for your help Tony but i was wasting your time. After thinking about it a little more I remembered that the remote host was accpeting connections based on a single IP address and thats why the I could not connect. We chnaged our server setup and thus the IP changed. Thanks for your help anyways.
Reply | PowerTCP FTP for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX