Re: moving, copying files
@mambo: When dealing with local files (like when specifying source of upload or destination for download), use local path syntax like
Most file systems (with notable exception of Windows) are case sensitive. So indeed
'b:\folder\filename.pdf'. When dealing with remote paths (like when specifying source of download or destination for upload), use remote path syntax like '/folder/filename.pdf'.
Most file systems (with notable exception of Windows) are case sensitive. So indeed
'/folder/Filename.pdf' is not the same as '/folder/filename.pdf'.