Yes if you use only one word for the file name it works fine but if you name the file with two words or more then you get errors. a file name like < test test.avi > and also < test's test.avi > and < test 'is' test.avi > on the server the file names will be end up as < test test.avi will be test-test.flv > and < test's test.avi will be test\'s-test.flv > and < test 'is' test.avi > will be < test-\'is\'-test.flv >
:(