In message <[EMAIL PROTECTED]>, Morten Ande rsen writes: >I solved the problem using setFileType(...) instead of setTransferType(...). > >I think its a bug.
It's not a bug. setFileType and setTransferMode do two different things and setFileType(FTP.BINARY_FILE_TYPE) is what you needed to do. If you think the documentation is unclear, please submit a documentation patch that would make it less likely for people to confuse the two. This is the sort of thing a user's guide would make clear through examples. Maybe one can be started on the Wiki. daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
