Forum Moderators: mack
Go to Start -> Run and type in cmd or command
A new window should open with a dos prompt (aka blinking curser)
Type ftp and hit ENTER
You'll see ftp>
Type in ? and hit ENTER
To leave windows ftp type quit at the prompt
To close the dos window type exit
If your looking for a program similiar to dreamweaver you could try Nvu or HTML-kit which are both free. I use FileZilla for just ftp related things like changing permissions.
mack - That's a neat trick. Will it work with any browser?
Works with IE as described above. Not all browsers will ask for log in details, and as such they will fail to log in. I such a case you can use
ftp://user:password@ftp.example.com/
Generaly this works.
There are limitations to using the browser for ftp, for example all files will be moved in binnary mode.
Mack.
Why can't they get this working on all Browsers? It's a great feature.
IE on Windows is a shell for explorer.exe - you can run almost any shell command under local permissions from the address bar - other OS don't integrate the browser this way, which is probably for the best, due to all the security issues that have arisen from it.