Discuss (FTP), (FTP on .NET CF) and (FTPS, SFTP and SCP).
no avatar
User

georgobb

Posts

7

Joined

Sat Apr 18, 2009 9:01 pm

FTP with HTTP Proxy connection fails

by georgobb » Sat Apr 18, 2009 9:30 pm

Hi,
i just test if i can use the edtFTPnet/Express for my app and i have a connection problem.
If have to use an http proxy to access the ftp server. In Filezilla it only works with these settings for the FTP Proxy:

USER %u@%h %s
PASS %p
ACCT %w

How can i make these settings in your component? I have seen a similar thread about this but the solution was for the Java version
and didn't work for my dotnet app. I cant find the FTP Client component and the login method for the connection doesn't have any parameters i can set

This was the solution in the other thread:

*******
The key is the settings you've worked out:

USER %u@%h %s
PASS %p
ACCT %w

So you need to supply these settings. With FTPClient you can do this via

login(String user, String password, String accountInfo)
e.g.
login("user@host proxyuser", "pwd", "proxypwd");
**************

thanks for your help

Georg
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: FTP with HTTP Proxy connection fails

by support2 » Sun Apr 19, 2009 6:06 pm

no avatar
User

georgobb

Posts

7

Joined

Sat Apr 18, 2009 9:01 pm

by georgobb » Mon Apr 20, 2009 3:11 am

no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Mon Apr 20, 2009 7:17 am

no avatar
User

georgobb

Posts

7

Joined

Sat Apr 18, 2009 9:01 pm

by georgobb » Tue Apr 21, 2009 5:17 pm

Thanks a lot, works very good now.

Georg
no avatar
User

georgobb

Posts

7

Joined

Sat Apr 18, 2009 9:01 pm

Connect hangs when serveraddress is IP address

by georgobb » Thu Aug 20, 2009 2:53 am

no avatar
User

georgobb

Posts

7

Joined

Sat Apr 18, 2009 9:01 pm

solved

by georgobb » Sat Aug 22, 2009 4:04 am


Who is online

Users browsing this forum: No registered users and 13 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign