[ruby-core:78286] [Ruby trunk Feature#12966] net/ftp to include fxp support?
From:
shugo@...
Date:
2016-11-24 00:38:30 UTC
List:
ruby-core #78286
Issue #12966 has been updated by Shugo Maeda. Shugo Maeda wrote: > ```ruby > class Net::FTP > # PoC code without error check > def self.exchange_file(dst_ftp, dst_file, src_ftp, src_file) > ``` It might be better to swap `dst_*` and `src_*`. ---------------------------------------- Feature #12966: net/ftp to include fxp support? https://bugs.ruby-lang.org/issues/12966#change-61652 * Author: sole box * Status: Assigned * Priority: Normal * Assignee: Shugo Maeda ---------------------------------------- can we implement support for fxp ? its an extension of the ftp protocol , looks like a legit thing to have no? -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>