Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5AFD8C932 for ; Sat, 12 May 2012 13:21:12 +0000 (UTC) Received: (qmail 43515 invoked by uid 500); 12 May 2012 13:21:11 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 43431 invoked by uid 500); 12 May 2012 13:21:11 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 43423 invoked by uid 99); 12 May 2012 13:21:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 May 2012 13:21:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 May 2012 13:21:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A8404492594 for ; Sat, 12 May 2012 13:20:48 +0000 (UTC) Date: Sat, 12 May 2012 13:20:48 +0000 (UTC) From: "Gary D. Gregory (JIRA)" To: issues@commons.apache.org Message-ID: <14822722.58296.1336828848690.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (VFS-414) [FTP] Add config API to set the file type MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gary D. Gregory created VFS-414: ----------------------------------- Summary: [FTP] Add config API to set the file type Key: VFS-414 URL: https://issues.apache.org/jira/browse/VFS-414 Project: Commons VFS Issue Type: New Feature Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500) Maven home: C:\Java\apache-maven-3.0.4\bin\.. Java version: 1.6.0_31, vendor: Sun Microsystems Inc. Java home: C:\Program Files\Java\jdk1.6.0_31\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" Reporter: Gary D. Gregory Fix For: 2.1 [FTP] Add config API to set the file type: {code} FtpFileSystemConfigBuilder.getInstance().setFileType(opts, FtpFileType.ASCII); FtpFileSystemConfigBuilder.getInstance().setFileType(opts, FtpFileType.BINARY); FtpFileSystemConfigBuilder.getInstance().setFileType(opts, FtpFileType.EBCDIC); FtpFileSystemConfigBuilder.getInstance().setFileType(opts, FtpFileType.LOCAL); {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira