# File lib/net/sftp/session.rb, line 653 def link(new_link_path, existing_path, symlink=true, &callback) request :link, new_link_path, existing_path, symlink, &callback end