Lines Matching refs:upload
256 Connect to a RSS (remote shell server) and upload files or directory trees.
291 def upload(self, src_pattern, dst_path, timeout=600):
457 def upload(address, port, src_pattern, dst_path, log_func=None, timeout=60,
460 Connect to server and upload files.
465 client.upload(src_pattern, dst_path, timeout)
472 Connect to server and upload files.
489 parser.add_option("-u", "--upload",
490 action="store_true", dest="upload",
491 help="upload files to server")
499 if options.download == options.upload:
514 elif options.upload:
515 upload(address, port, src_pattern, dst_path, logger, options.timeout)