2 import "goby/common/protobuf/option_extensions.proto";
3 import "goby/common/protobuf/app_base_config.proto";
5 package goby.acomms.protobuf;
7 message FileTransferConfig
9 optional AppBaseConfig base = 1;
11 optional bool daemon = 2 [default = false];
13 required int32 local_id = 3;
15 optional int32 remote_id = 4;
16 optional string local_file = 5;
17 optional string remote_file = 6;
26 optional Action action = 10 [default = WAIT];
28 optional double request_timeout = 11 [default = 600];