[twsocket] big file transfer

2005-08-16 Thread Roland Frei
hello everyone. i have a general question about filetransfer. i want to transfer large files 4gb. i just need a upload and i need authetification and a crc-check would be nice. ftp looks like the right protocol. but i have a lot of trouble with this large files on ftp. is there a other protocol

Re: [twsocket] big file transfer

2005-08-16 Thread Arno Garrels
Roland Frei wrote: hello everyone. i have a general question about filetransfer. i want to transfer large files 4gb. i just need a upload and i need authetification and a crc-check would be nice. ftp looks like the right protocol. but i have a lot of trouble with this large files on ftp.

Re: [twsocket] big file transfer

2005-08-16 Thread Francois Piette
i have a general question about filetransfer. i want to transfer large files 4gb. i just need a upload and i need authetification and a crc-check would be nice. ftp looks like the right protocol. but i have a lot of trouble with this large files on ftp. is there a other protocol that

Re: [twsocket] big file transfer

2005-08-16 Thread Roland Frei
i have a general question about filetransfer. i want to transfer large files 4gb. i just need a upload and i need authetification and a crc-check would be nice. ftp looks like the right protocol. but i have a lot of trouble with this large files on ftp. is there a other protocol that can

Re: [twsocket] big file transfer

2005-08-16 Thread Francois Piette
Can you elaborate about what the application has to do ? backup a file server. What are the requirements ? - large file support. (int64) - single port use (because on ftp, the control connection crashes sometimes after a couple of houres (noop problem)) - pure delphi (vcl) -