tags:

views:

55

answers:

3

Not sure if this belongs on Stack, SuperUser or ServerFault, so feel free to migate as best fits.

I am testing a web service that sends out files, because of this I need to find a way to automatically create files. Does anyone know of a free file generation tool?

+4  A: 

Try $ /dev/random > myfile1 with different time lengths and namings

Eimantas
Running Windows :) And don't easily have access to a Linux box atm, wish I did though.
JL
Ah, that's sad then .)
Eimantas
turning a windows box into a linux box isn't hard at all
Carson Myers
It's just a matter of reinstalling. Although setting up the GNU environment in Windows is probably what you meant. :o)
Vinko Vrsalovic
+4  A: 

You can use fsutil to do so

The Syntax is:

fsutil file createnew C:\testfile.txt 1000

Heiko Hatzfeld
A: 

You can test your webservice by hard with:

JMeter

It is more automated than doing it by hand and it has a lot of nice monitoring features.

bastianneu