# File lib/rye/cmd.rb, line 186
186:     def string_upload(str, remote_path)
187:       net_scp_transfer!(:upload, StringIO.new(str), remote_path)
188:     end