[ 
https://issues.apache.org/jira/browse/VFS-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155474#comment-13155474
 ] 

mohan pindyala edited comment on VFS-182 at 11/22/11 9:57 PM:
--------------------------------------------------------------

Hi Magnus,
    we are trying to use common-vfs for doing sftp tasks.

Our  sftp server is windows based.
Client is a java module which will grab text files from  linux server and using 
sftp we want to transfer these text files to windows ftp.

All we need is when we transfer end of line(EOL) character should be take care. 
 UNIX LR character should be converted to CRLF for windows.

We searched all over but there was no concrete answer on how to set in 
common-vfs so that it takes care of these characters.

Can you point me to the right location or source code sample which does this?

Thanks
                
      was (Author: mpindyala):
    Hi Magnus,
    we are trying to use common-vfs for doing sftp tasks.

Our  sftp server is windows based.
Client is a java module which will grab text files from  linux server and using 
sftp we want to transfer these text files to windows ftp.

All we need is when we transfer end of line(EOL) character should be take care. 
 UNIX LR character should be converted to CRLF for windows.

We searched all over but there was no concrete answer on how to set in 
common-vfs so that it takes care of these characters.

Can you point me to the right locations or source code sample which does this?

Thanks
                  
> Usage of FTP with heterogene FTP server (possibility of using Ascii file type)
> ------------------------------------------------------------------------------
>
>                 Key: VFS-182
>                 URL: https://issues.apache.org/jira/browse/VFS-182
>             Project: Commons VFS
>          Issue Type: Improvement
>         Environment: Mainframe BULL GCOS8
>            Reporter: Christian Bastin
>         Attachments: vfs-182_allow_ascii_file_type.diff
>
>
> Using VFS with ftpServer on Mainframe Bull.  I need the posibility to set the 
> file type to Ascii.   The navigation in the directory and the filesystem work 
> properly but the accessing of a data file is not possible.  
> I saw that the FtpClienFactory allways set the file type to binary, is it 
> possible to give an external parameter, ..
> FtpClienFactory :
> ....
>          // Set binary mode
>                 if (!client.setFileType(FTP.BINARY_FILE_TYPE))
>                 {
>                     throw new 
> FileSystemException("vfs.provider.ftp/set-binary.error", hostname);
>                 }
> ...
> Christian Bastin.

--
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

        

Reply via email to