Vim and FTP
With Vim 6.0 you can edit files via FTP which is pretty cool.  Some other text editors I've used allowed this, and now Vim does too.  Very cool.  
Open: Nr ftp://ftp.site.com/path/to/file.txt
Write: Nw
Network Read and Network Write
		
	Open: Nr ftp://ftp.site.com/path/to/file.txt
Write: Nw
Network Read and Network Write



