HP3000-L Archives

January 2000, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Mon, 24 Jan 2000 19:27:23 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
Me wrote (in think pink mode)...

>  $ mknod p mypipe
>  $ smbclient '\\my3000\myShare' < mypipe &
>  $ echo "put uxfile1 mpefile1" > mypipe
>  $ echo "put uxfile2 mpefile2" > mypipe
>    ...
>  $ echo "exit" > mypipe
>
>I have never tried such a weird setup myself, though!

With slight adjustments, it seemed to work from my rusty old
486 Linux PC talking to a Samba/iX share via smbclient. But on
a second thought, the same idea would probably also work with
ftp client keeping the connection open and fed through a named
pipe... Even the "put" and "exit" commands would be the same.
You would just have to add some init commands upfront to open
the connection and perform the logon, switch to ascii or binary
mode etc.

Lars.

ATOM RSS1 RSS2