Günter Wirth wrote:
> Hallo,
>
> Is it possible to transfer data of unknown size via FTP. I use a FIFO under
> LINUX and would like to read it via FTP. Because the size of the FIFO is
> zero, I always get an error message "no permission".
>
> Is that a principal problem of FTP or only of my FTP server?
>
> Regards,
> Günter
>
>
I believe that FTP at the start of a transaction sends a file size to
the client, so yeah, unknown file sizes are probably an issue for FTP
sessions. You may want to checkout a tool called netcat. It
effectively provides pipe accessability (among other things) to remote
hosts.
HTH
Neil
--
/************************************************** *
*Neil Horman
*Software Engineer
*Red Hat, Inc.,
www.redhat.com
*gpg keyid: 1024D / 0x92A74FA1
*
http://www.keyserver.net
************************************************** */