Quickly update files on a ftp site by just doubleclicking on a file!
- Under your file Folder Options in Explorer for Win 95/98/2k, create a new associated file type (e.g., *.ftp).
- Create an Edit entry with: C:\WINNT\NOTEPAD.EXE “%1”, or your favorite text editor.
- Create a Run Entry that is set default that does: ftp.exe -s:”%1”, note you may have to include the path to ftp.exe. Now make a text file with the commands you want to run:
Voila! When you double-click the file it will automatically FTP the file to your site.
This post is tagged Tips/Tricks

username
password
cd /www
mput index.html
mput page1.html
mput page2.html
bye