Networking Forums

Networking Forums > Computer Networking > Linux Networking > FTP transfer of files with unknown size

Reply
Thread Tools Display Modes

FTP transfer of files with unknown size

 
 
Günter Wirth
Guest
Posts: n/a

 
      10-24-2003, 08:37 AM
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


 
Reply With Quote
 
 
 
 
Alan Connor
Guest
Posts: n/a

 
      10-24-2003, 09:29 AM
On Fri, 24 Oct 2003 10:37:21 +0200, Günter Wirth <(E-Mail Removed)> 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
>
>


You could have the FIFO write to a file for a specified period, then FTP
that file while the next one was being created.

--
Alan C
Post validation at http://tinyurl.com/rv0y
 
Reply With Quote
 
Neil Horman
Guest
Posts: n/a

 
      10-24-2003, 11:59 AM
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
************************************************** */

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transfer old files Stefanos Windows Networking 3 10-18-2004 07:00 PM
transfer files michelle Broadband Hardware 2 06-26-2004 10:51 PM
Transfer files to new PC Barbara Windows Networking 2 01-11-2004 11:24 PM
? using wi-fi to transfer files between PCs Paul Wireless Internet 22 12-29-2003 11:11 PM
File transfer size. Zboing Mouflon Windows Networking 4 12-03-2003 11:12 AM



1 2 3 4 5 6 7 8 9 10 11