: Get a recent version of cuteftp (1.4 has proxy support)
It don't seem to work, I went to Menu FTP|setting|option and tried all the different firewall types like site, open proxy, user without login, passive transfer, etc, and none worked.
I downloaded the newer version of ws_ftp but it didn't work through proxy either.
does the normal ftp client on unix support ftp proxy?
if so, how to set?
if not, any other client does?
You could try pftp (proxy ftp). I can't remember where I got it, but I've
still got the tar file hanging around. If you want it, let me know and I'll
make it available to you. I don't use it myself (the display is a bit
screwy), but I guess it works.
Regards,
Andrew
--
Andrew Moar : Ph +61 3 9479 1505 email A.M...@latrobe.edu.au
Systems Programmer, Information Technology Services
La Trobe University, Melbourne
> You could try pftp (proxy ftp). I can't remember where I got it, but I've
ftp://gnjilux.cc.fer.hr/pub/unix/util/ProxyFTP/pftp-1.0b1.tar.gz
Regards, Bojan
--
E-mail: bzd...@zems.fer.hr (world address)
WHERE DREAMS COME TRUE | URL:
AND MUSIC NEVER STOPS | http://fly.cc.fer.hr/~ld/
> : >is there a way to configure ftp client like ws_ftp or cuteftp to use
> : >proxy? from my site, i am able to use a netscape browser with manual
> : >proxy configuration to access ftp server, but not so with ws_ftp or
> : >cuteftp.
> does the normal ftp client on unix support ftp proxy?
> if so, how to set?
> if not, any other client does?
No. WS_FTP can use firewall proxy techniques designed for proxying FTP,
but what this person is using with Netscape is HTTP proxying, which
most FTP clients won't speak. What Netscape is doing is connecting
to the firewall/proxy and saying "GET FTP://ftp.bla.com/", and the
proxy's web server knows how to FTP. So the commands are all being
sent to the proxy server using the HTTP protocol.
Anyone know of an FTP client that talks HTTP?
----------------------------------------------------------------
Jeremy Laidman JPLa...@ACSLink.net.au
Networking Consultant +61 0416 290866
Canberra Institute of Technology +61 6 207 4272
>: >is there a way to configure ftp client like ws_ftp or cuteftp to use
>: >proxy? from my site, i am able to use a netscape browser with manual
>: >proxy configuration to access ftp server, but not so with ws_ftp or
>: >cuteftp.
>It don't seem to work, I went to Menu FTP|setting|option and tried all the
> different firewall types like site, open proxy, user without login, passive
> transfer, etc, and none worked.
In my case I'm using CuteFtp 1.8.
At Menu: FTP->Settings->Options->Firewall, choose your proxy Host and
proxy port (default 21). Enable Firewall access and choose proxy type
(in my case USER user@site).
Manuel Morais
Sample session follows:
$ ftp <remotehost>
Connected to <remotehost>
220 <remotehost> FTP server (UNIX(r) System V Release 4.0) ready.
Name (<remotehost>:<username>): <username>
331 Password required for <username>.
Password:*****
230 User <username> logged in.
ftp>
If it is an ascii file just do the following:
ftp> put <ascii file name>
If it's a binary file (i.e. executable, word document etc.)
ftp> bin
200 Type set to I.
ftp> put <binary file name>
150 Opening data connection for <binary file name>.
226 Transfer complete.
local: <file name> remote: <filename>
6470 bytes sent in 0.0064 seconds (9.8e+02 Kbytes/s)
ftp> quit
221 Goodbye.
$
Hope this helps!
Lester
--
Lester Claudio 1175 Chapel Hills Dr.
MCI Communications \\\\\\// Colorado Springs, CO 80918
544...@mcimail.com (.)(.) 719-535-4236
=====================oOOo===()===oOOo================================