|
|
|
@ -47,7 +47,7 @@ void on_ftp_accept(GtkWidget *, ftp_window *window){
|
|
|
|
yon_char_return_if_exist(port,""),
|
|
|
|
yon_char_return_if_exist(port,""),
|
|
|
|
yon_char_return_if_exist(user,""),
|
|
|
|
yon_char_return_if_exist(user,""),
|
|
|
|
NULL);
|
|
|
|
NULL);
|
|
|
|
char *parameter_string = yon_char_parsed_to_string(parameters,size,":");
|
|
|
|
char *parameter_string = yon_char_parsed_to_string_full(parameters,size,":");
|
|
|
|
|
|
|
|
|
|
|
|
char *parameter_name = REPOPUBLIC_FTP(id_string);
|
|
|
|
char *parameter_name = REPOPUBLIC_FTP(id_string);
|
|
|
|
char *parameter_command = REPOPUBLIC_FTP_command(id_string);
|
|
|
|
char *parameter_command = REPOPUBLIC_FTP_command(id_string);
|
|
|
|
|