On Sat, Jan 29, 2011 at 11:31 AM, Chowhan, Jagadish <[email protected]> wrote: > 1) Our existing system provide a mailbox system where users connect to > mailbox using ftp. users can get\mget and put files in the mailbox. > 2) We want to replace the mailbox by apache ftp server. We have extended > UserManager and FileSystemView implementation for our requirements. > 3) In our case it is virtual file system implementation where directory will > be JMS queue and files will be JMS messages. We are able to list the > messages(files) to the logged in user. > 4) When we issue get command and provide remote file(message id) and local > file(some name) we read the message from JMS queue and the message gets > downloaded to user system with content. > 5) When we issue get command and provide only remote file(message id) file is > getting downloaded with no content.
What FTP commands do you see being issues to the server when doing this? Could you provide a debug log from the server? /niklas
