epanda wrote:
Hi Charles,

I am under XP and I fail to copy local file to my distant directory.


1/      exec 'Nread ftp://[email protected]/path'
        norm mt
        This command seems to work well cause netrw tells me
         "   Copy/Move Tgt: ftp://[email protected]/path/ (remote)

2/      " select the local file
        exec 'e  C:\localpath\localfile'
        if search("\.swf", "w") > 0
                " mark the swf file
                norm mf
        This command seems to work well cause filename is highlighted

3/ Fails
                " copy
                norm mc
        endif
Why not

  :e C:\localpath\localfile
  :w ftp://[email protected]/path

?

Seems simpler to me.

Chip Campbell

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to