Project and ftp

2006-07-06 Thread Silent1
I've read thru the documentation for the project script and it says it can handle ftp but they do not provide an example. Will this allow me to edit ftp files from the project plugin? Basically i'm hoping it can provide the functionality as if this was a directory on my machine so i can just selec

Re: Project and ftp

2006-07-06 Thread Tom Purl
my_servers=/home/someguy/project_folder CD=. { ftp://servera.domain.com//home/someguy/file1.html ftp://servera.domain.com//home/someguy/file2.html ftp://serverb.domain.com//home/someotherguy/file3.html } Basically, you use the same syntax that you would use to open a file via FTP with the netrw

Re: Project and ftp

2006-07-06 Thread Silent1
is it possible for the project plugin to create the files/dir recursively if i give the ftp info? I tried with \C but with no luck. Thanks On 7/6/06, Tom Purl <[EMAIL PROTECTED]> wrote: my_servers=/home/someguy/project_folder CD=. { ftp://servera.domain.com//home/someguy/file1.html ftp://serve

Re: Project and ftp

2006-07-06 Thread Tom Purl
I don't believe so. > is it possible for the project plugin to create the files/dir > recursively if i give the ftp info? I tried with \C but with no luck. > Thanks > > On 7/6/06, Tom Purl <[EMAIL PROTECTED]> wrote: >> my_servers=/home/someguy/project_folder CD=. { >> ftp://servera.domain.com//ho

Re: Project and ftp

2006-07-06 Thread Silent1
ah okay, thanks again for your help. On 7/6/06, Tom Purl <[EMAIL PROTECTED]> wrote: I don't believe so. > is it possible for the project plugin to create the files/dir > recursively if i give the ftp info? I tried with \C but with no luck. > Thanks > > On 7/6/06, Tom Purl <[EMAIL PROTECTED]> wr

Re: Project and ftp

2006-07-07 Thread Silent1
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 Thanks in advance. On 7/6/06, Silent1 <[EMAIL PROTECTED]> wrote:

Re: Project and ftp

2006-07-07 Thread Tom Purl
On Fri, Jul 07, 2006 at 02:35:25PM -0400, 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 N

Re: Project and ftp

2006-07-08 Thread Niels Bo Andersen
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:

Re: Project and ftp

2006-07-08 Thread Tom Purl
On Sat, Jul 08, 2006 at 02:07:53PM +0200, Niels Bo Andersen wrote: > 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 somefold