On Thu, Feb 21, 2013 at 2:50 PM, Thomaz Luiz Santos <thomaz.san...@gmail.com> wrote: > I managed to capture the file soon after the end of data transfer, the code > follows below. Niklas Gustavsson, is there any difference in doing on that > way i do, and file system implementation on your sugestion ?.
Sorry for the slow response. The major difference between using an Ftplet and a custom file system in this case is that when using a file system you don't need to bother with all the different FTP command and how they work, you have a better abstraction for working with files. /niklas