search for: send_filter_list

Displaying 1 result from an estimated 1 matches for "send_filter_list".

Did you mean: send_file_list
2008 Dec 15
1
rsync architecture
...: exlude.c call recv_file_list : flist.c call do_recv : main.c call recv_files : receiver.c call generate files : generator.c } 3. Client call do_cmd : main.c call client_run : main.c if(sender) { call send_filter_list : exclude.c call send_file_list : flist.c call send_files : sender.c } else { call send_filter_list : exclude.c call recv_file_list : flist.c call do_recv : main.c call recv_files : receiver.c...