Page 1 of 1

Filezilla FTP + BlueCoat proxy

Posted: 2008-02-11 17:37
by s34g4r
In older versions of the FileZilla Client there was a "proxy type" option that contained "USER RemoteID@RemoteHost FireID" which worked for authenticated ftp sessions through our authenticated bluecoat proxy. In the version of FileZilla client that I just downloaded (3.0.6) that type is gone. I attempted to create a CUSTOM type with the following:

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

and just
USER %u@%h %s

but nothings working. What am I missing here?

Re: Filezilla FTP + BlueCoat proxy

Posted: 2008-02-11 19:45
by botg
Got logs from FZ2 as well as FZ3 with your custom login sequence?

Re: Filezilla FTP + BlueCoat proxy

Posted: 2008-02-12 13:04
by loulou91
You should try

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

Re: Filezilla FTP + BlueCoat proxy

Posted: 2008-02-12 17:03
by s34g4r
loulou91 wrote:You should try

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

that works like a charm. thanks

Re: Filezilla FTP + BlueCoat proxy

Posted: 2008-03-10 11:51
by EvilPete
Just to add to this useful post in case anybody else has the same problem I had and does a search on here...

I was getting a "503 Bad sequence of commands" error when trying to connect through my company's proxy. Meanwhile, Filezilla 2 was working fine with the "USER RemoteID@Remotehost" option selected.

After seeing this post, I changed the FTP Proxy settings in Filezilla 3 from "USER@HOST" to "Custom" and deleted the first two commands:
USER %s
PASS %w


Leaving me with:
USER %u@%h
PASS %p
ACCT %a


Which now works perfectly. Many thanks to loulou91 for the solution!

Pete

Re: Filezilla FTP + BlueCoat proxy

Posted: 2010-05-19 08:31
by ariesz
same question

i got this messages :

Status: Waiting to retry...
Status: Using proxy 10.100.200.236:8080
Status: Connecting to 10.100.200.236:8080...
Status: Connection established, waiting for welcome message...
Error: Connection timed out
Error: Could not connect to server


anyone can help... :(

Re: Filezilla FTP + BlueCoat proxy

Posted: 2010-05-19 17:21
by botg
8080 is an unusual port for an FTP proxy. Are you sure it is not a generic proxy instead?