when using a FTPS connection to transfer a file, what is the difference between a 'Binary mode taran
        Posted  
        
            by shaleen mohan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by shaleen mohan
        
        
        
        Published on 2008-09-17T09:33:18Z
        Indexed on 
            2010/04/03
            5:13 UTC
        
        
        Read the original article
        Hit count: 381
        
I am using a FTPS connection to send a text file [this file will contain EDI(Electronic Data Interchange) information]to a mailbox INOVIS.I have configured the system to open a FTPS connection and using the PUT command I write the file to a folder on the FTP server. The problem is: what mode of file transfer should I use? How do I switch between modes?
Moreover which mode is the 'best-practice' to use when transferring file over FTPS connection. If some one can provide me a small ftp script it would be helpful.
© Stack Overflow or respective owner