Skip to content

Commit

Permalink
ftp: enable bulk download
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Oct 13, 2023
1 parent 442b49b commit 522dddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/ftp/ftp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ service FtpService {
message SubscribeDownloadRequest {
string remote_file_path = 1; // The path of the remote file to download.
string local_dir = 2; // The local directory to download to.
bool use_burst = 3; // Use burst for faster downloading.
}
message DownloadResponse {
FtpResult ftp_result = 1;
Expand Down

0 comments on commit 522dddb

Please sign in to comment.