Feature #5630
closedMissing custom transfer modes in Net::FTP
Description
Net::FTP supports binary and text transfer modes only but some systems support another modes. For example, EBCDIC mode ("TYPE E") in IBM mainframes.
Custom transfer modes are needed to be supported by Net::FTP.
Updated by shugo (Shugo Maeda) almost 13 years ago
- Assignee set to shugo (Shugo Maeda)
Updated by shyouhei (Shyouhei Urabe) over 12 years ago
- Status changed from Open to Assigned
Updated by shugo (Shugo Maeda) over 12 years ago
- Status changed from Assigned to Feedback
Lavir_the_Whiolet (Lavir the Whiolet) wrote:
Net::FTP supports binary and text transfer modes only but some systems support another modes. For example, EBCDIC mode ("TYPE E") in IBM mainframes.
Custom transfer modes are needed to be supported by Net::FTP.
What do you expect for custom transfer modes?
Data types' may be more appropriate than
transfer modes' according to RFC959.
I don't have IBM mainframes, so I'm not sure what is needed.
I guess it's not enough to provide a way to send "TYPE E".
With EBCDIC type, is used to denote end-of-line.
Should Net::FTP convert from EBCDIC code to ASCII code?
Ruby doesn't support EBCDIC, so it's pain to directly handle EBCDIC characters.
Updated by shugo (Shugo Maeda) about 11 years ago
- Status changed from Feedback to Rejected
I close this issue because there's no feedback for a long time.