Subject: RE: Netscape ftp upload to NetBSD
To: perry@piermont.com <perry@piermont.com>
From: Scott R. Burns <Scott.Burns@Netcontech.Com>
List: netbsd-help
Date: 02/02/1999 13:30:43
The syntax works fine for actual login to the ftp site. I retrieved the =
syntax from the NetScape site. Logs in fine. I can download files no =
problem. It's only on upload it fails. I will try and turn on extended =
ftpd logging as recommended.

Scott..

----------
From: 	James Wetterau[SMTP:jwjr@name.net]
Sent: 	Tuesday, February 02, 1999 12:08 PM
To: 	perry@piermont.com
Cc: 	Scott R. Burns; 'netbsd-help@netbsd.org'
Subject: 	Re: Netscape ftp upload to NetBSD=20


Yeah, I too found the question ambiguous to the point of
unparseability.  However, assuming the question is:

"I am trying to setup ftp areas on a machine running NetBSD so that
Windows users can use Netscape as a drag-and-drop file transfer client
(Netscape has that capability under Windows.  I've never tried on
other platforms).  I would like users to type:

ftp://USERNAME:PASSWORD@ftp.example.com"

I think I may see your problem.  I believe, but am not sure that the
proper method is to use this ftp URL:

ftp://USERNAME@ftp.example.com

You then provide your password in a dialog box.  I think the
unsuppported method error message results from your providing:

"ftp://USERNAME" as the method, since it precedes the final colon in
the URL.

I am not certain of this info, but then again, I am merely a novice at
such matters.  I would suggest you have a long way to go in
investigating possible errors on the client end before you can suspect
the server.  If you do have problems with the NetBSD server (assuming
I have understood your setup correctly) you should probably begin by
reviewing relevant logs on the server.=20

Regards,
James Wetterau

"Perry E. Metzger" says:
>=20
> I'm not even certain that I understand clearly what it is that you are =

> trying to do. "Drag off Windows explorer to the Netscape window"????
>=20
> "Scott R. Burns" <Scott.Burns@Netcontech.Com> writes:
> > I am attempting to setup transfer areas for our clients via our =
NetBSD fire
wall. I would like them to use the ftp syntax under say NetScape of:
> >=20
> > ftp://USERNAME:PASSWORD@ftp.whatever.com
> >=20
> > I seem to be able to drag off of Windows explorer to the Netscape =
window bu
t it tell me that the request was unsupported:
> >=20
> > The following error was encountered:=20
> >=20
> >      Unsupported request=20
> >=20
> > This means that:=20
> >=20
> >     This request method is not supported for this protocol.
> >=20
> > Any idea how I can get a ftpd daemon that will work ? Is it a config =
thing=20
or do I need a different ftp daemon.
> >=20
> > Scott...
>=20