On Mon, Apr 26, 2010 at 6:39 AM, Romeo Ninov <[email protected]> wrote:

> You can use named pipes to send flar on the fly via ftp. Use this code as
> starting point
> mkfifo myname
> ftp -vn ftp.mysite.com < myname
> echo 'user myusername mypassword' >> myname
> echo 'passive' >> myname
> echo 'cd /stuff/test_data/' >> myname
> echo 'put filename.flar' >>myname
>
> or use lftp client
> flarcreate.. | lftp -u user,passwd domain.tld -e "put /dev/stdin -o
> filename.flar; quit"
>
> Regards: Romeo Ninov
>
>
> Thank you very much for your help. As I understand from your code , it is
for ftp the final 'inst_x86' to another Sparc machine . But my virtual Sparc
is running on my Windows x86 machine via qemu-system-sparc . Can you please
let me know if I can get that 'inst_x86' via ftp to my Windows machine and
then use it as my virtual Sparc hard drive on my Windows machine?
_______________________________________________
Solaris-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to