Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ftp proxy

0 views
Skip to first unread message

t...@bestcad.com.sg

unread,
Oct 26, 1996, 3:00:00 AM10/26/96
to

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.

Manuel Morais

unread,
Oct 28, 1996, 3:00:00 AM10/28/96
to

t...@bestcad.com.sg wrote:

Get a recent version of cuteftp (1.4 has proxy support)

Manuel....@telecom.pt


RHS Linux User

unread,
Nov 5, 1996, 3:00:00 AM11/5/96
to

: >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.

: 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?

Andrew Moar

unread,
Nov 6, 1996, 3:00:00 AM11/6/96
to

In article <55nb18$n...@newton.pacific.net.sg>,

t...@redhat.bestcad.com.sg (RHS Linux User) writes:
>: >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.

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

Bojan Zdrnja

unread,
Nov 7, 1996, 3:00:00 AM11/7/96
to

In comp.unix.admin Andrew Moar <cc...@spiral2.its.latrobe.edu.au> wrote:
> In article <55nb18$n...@newton.pacific.net.sg>,

> 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/


Jeremy Laidman

unread,
Nov 7, 1996, 3:00:00 AM11/7/96
to

RHS Linux User wrote:

> : >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

Andrew Moar

unread,
Nov 7, 1996, 3:00:00 AM11/7/96
to

In article <328113...@cit.act.edu.au>,

Jeremy Laidman <Jeremy....@cit.act.edu.au> writes:
> RHS Linux User wrote:
>
>> : >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.
>
[snip]

> Anyone know of an FTP client that talks HTTP?
>
I think pftp (as mentioned in my previous post) works in this way, according
to it's help pages. Have a look at http://lux.latrobe.edu.au/~pftp for more
info.

Manuel Morais

unread,
Nov 8, 1996, 3:00:00 AM11/8/96
to

t...@redhat.bestcad.com.sg (RHS Linux User) wrote:

>: >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


Bruce A. Smith

unread,
Nov 9, 1996, 3:00:00 AM11/9/96
to Jeremy Laidman

In a unix invironment, how do you ftp a file to a remote system?

Lester R. Claudio

unread,
Nov 11, 1996, 3:00:00 AM11/11/96
to

Bruce A. Smith wrote:
>
> In a unix invironment, how do you ftp a file to a remote system?
<remotehost> - substitute with the remote system name or IP address
<username> - substitute with your user name for the remote system

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================================

0 new messages