pf » Tag: utils on Pete Freitag's Blog

SSH for Windows

misc I was recently pointed to an OpenSSH installer for Windows. This includes both the clients (ssh, scp) and a server (ssh shell server, and scp/sftp server). It also adds the clients to your path for you so you can use them from the command line.


This entry was:

Unix Utils for Windows

misc I work with unix operating systems quite a bit. So when I'm using Windows I'm often missing some of the handy little command line unix tools that are ubiquitous to unix but no where to be found on Windows.

Just today I was wanting to use the GNU find utility.


This entry was:

xcopy - Handy tool on windows

misc xcopy is useful program that is included with Windows.


This entry was:

FTP Scripts on windows

misc I found this Microsoft KB article today 96269 which shows you how to use the ftp program that comes with

all versions of windows an automate a file transfer.

ftp -s:script.txt ftp.server.com

The contents of script.


This entry was:

Uptime for Windows 2000, 2003, XP and NT

misc Almost every unix operating system comes with a utility called uptime that tells you how long your server has been running.

Unfortunitly no such tool comes with windows, but there is a pretty fool proof way to determine the date you computer was last started.


This entry was:

Subscribe to my RSS Feed: solosub RSS
Tags