def upload(local_path, remote_path): ''' Upload one or more files to a remote host. ''' return put(local_path, remote_path)