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) > - aut

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 p

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

Re: [twsocket] big file transfer

2005-08-16 Thread Arno Garrels
Arno Garrels wrote: > I think FTP is the right protocol, however ICS does support such > big files without changes. Oops, does _not_ support such big files without changes. > Roland Frei wrote: >> hello everyone. >> i have a general question about filetransfer. >> i want to transfer large files

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

[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