Silent1 wrote:
just one more quick thing, is there a way for the files listed in the project pane that are on ftp/etc to just list their name instead of ftp://[EMAIL PROTECTED]/somefolder/somefile to only list somefolder/somefile or just somefile
You can actually do something like:
Project=ftp://[EMAIL PROTECTED]/somefolder { somefile }You'll have to do it manually, the \c command doesn't accept non existing dirs.
The \r command and probably some other won't work either. HTH, Niels