I'd like to copy all the files in the filesystem library using bcp to a folder. I'm using the command:

./bcp filesystem [destination path]

However, the output I get is "no errors detected" and nothing has been copied to the destination. Am I doing something wrong?

I'm on Mac OS X intel, but this exact same problem occurs on my Windows machine as well.