You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A TransferToRemoteRequest specifies the local path to transfer to and the
// details on where to transfer the data from. The local_path must be an
// absolute path to the file.
message TransferToRemoteRequest {
string local_path = 1;
// Details to download the remote_file being requested to a remote location.
gnoi.common.RemoteDownload remote_download = 2;
}
I don;t think this is right, this seems to be describing a transferFromRemote RPC which doesn't exist.
The text was updated successfully, but these errors were encountered:
https://github.com/openconfig/gnoi/blob/main/file/file.proto#L36 mentions
This makes sense.
https://github.com/openconfig/gnoi/blob/main/file/file.proto#L116 mentions
I don;t think this is right, this seems to be describing a
transferFromRemote
RPC which doesn't exist.The text was updated successfully, but these errors were encountered: