<blowfist>
mnutt: I added recursive download support, so that's one less task to implement before your sync feature
<mnutt>
nice
<blowfist>
previously, to download a directory, you had to do 'get -a directory/' but now when you specify a directory it downloads it and it's content and replace -a with -r for downloading recursively
<blowfist>
replaced*
<blowfist>
so without any flags to 'get', if you specify a directory, it downloads all the content of that directory (but not subfolders). To also download subfolders, you have to use 'get -r ...'