Patrick Shanahan <ptilopt...@gmail.com> writes:

> * Helen <etter...@gmail.com> [04-05-11 10:15]:
>> Patrick,
>> The old machine has gimp 2.6.8, the new one is 2.6.11.
>> And I'm  a little over my head here.  I assume
>>      scp/mc/dolphin/krusader/
>> is not the actual command but rather some suggested options.
>> so maybe something like, from old machine
>>      scp ~/.gimp-2.6/brushes >
>> no, that would copy the file onto itself... I guess I'm more than a little
>> over my head.  But you've told me where they are and that's a good
>> first step.
>> H.
>> 
>> 
>> 
>> 
>> 
>> On Tue, Apr 5, 2011 at 9:53 AM, Patrick Shanahan <ptilopt...@gmail.com>wrote:
> scp user@192.168.1.3:/home/user/gimp-2.6/brushes/brush1 \
>   user@192.168.1.5:/home/user/gimp-2.6/brushes/

Or just copy over the whole brush directory to the machine you're on,
with the -r option, e.g.:

    scp -r username@192.168.1.3:~/gimp-2.6/brushes ~/.gimp-2.6/
   
(this will overwrite brush files with the same name on your local
machine)


-Kevin

_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to