"W" <> wrote in message news

...
> Is there any way to create a folder or shortcut in Windows Explorer that
> will directly open an FTP site in WIndows Explorer?
Which OS? XP users are told to create a Network Place
when authentication is required for FTP sites, so if it is a particular FTP
site create a Network Place for it and then create a Desktop shortcut
for that.
> This might require the
> help of a third party application, to create special objects in Windows
> Explorer? What are my options for creating this special FTP object?
FWIW in XPsp3 I have:
<cmd_output>
E:\>ftype | find /i "ftp"
ftp="F:\Program Files\Internet Explorer\IEXPLORE.EXE" %1
</cmd_output>
So, I would also try to see what happens if you use
ftype ftp=
(for example).
Good luck
Robert Aldwinckle
---