puttextfile(localfile, remotefile = File.basename(localfile))
Instance Public methods
Transfers localfile to the server in ASCII (text) mode,
storing the result in remotefile. If callback or an associated
block is supplied, calls it, passing in the transmitted data one line at a
time.
Please login to continue.