Integrated Application Platform › Forums › General › Client/Server file access › Re: Re: Client/Server file access
February 18, 2012 at 5:35 pm
#917
Participant
I have changed my file transfer in my application, from using my own implementation to using the FtpClient. It works fine, much easier to use. Bu I have a question about that: when I was searching on the internet about FTP and related issues, I noticed a concept called Zero Copy, where static content is directly moved from for example file handle to socket, and is not routed via the application. Is this also possibel in Suneido?