Home
last modified time | relevance | path

Searched refs:ftp_err (Results 1 – 16 of 16) sorted by relevance

/dports/ftp/yafc/yafc-1.3.7/src/ftp/
H A Dssh_cmd.c306 ftp_err(_("Couldn't initialise connection to server\n")); in ssh_open_url()
370 ftp_err("%s: %s\n", path, ssh_get_error(ftp->session)); in ssh_chdir()
398 ftp_err(_("%s: not a directory\n"), p); in ssh_chdir()
544 ftp_err(_("Failed to allocate memory.\n")); in ssh_read_directory()
592 ftp_err(_("Couldn't rename file '%s' to '%s': %s\n"), in ssh_rename()
626 ftp_err(_("ssh_list() not implemented yet\n")); in ssh_list()
748 ftp_err(_("Cannot download a directory: %s\n"), infile); in do_read()
854 ftp_err(_("Failed to start scp upload: %s\n"), in do_scp_write()
897 ftp_err(_("Failed to read from file: %s\n"), strerror(errno)); in do_scp_write()
995 ftp_err(_("Failed to read from file: %s\n"), strerror(errno)); in do_write()
[all …]
H A Dftpsigs.c107 ftp_err(_("OK, one more to close connection... \n")); in sigint_close_handler()
109 ftp_err(_("OK, one more to exit program... \n")); in sigint_close_handler()
144 ftp_err(_("OK, one more to abort command... \n")); in sigint_abort_handler()
165 ftp_err(_("Interrupt received, exiting... \n")); in sigint_jmp_handler()
190 ftp_err(_("Hangup received, continuing transfer in background...\n")); in sighup_handler()
192 ftp_err(_("Hangup received, exiting...\n")); in sighup_handler()
198 ftp_err(_("Can't redirect output, exiting...\n")); in sighup_handler()
H A Dftpsend.c95 ftp_err(_("Unable to enter passive mode\n")); in ftp_pasv()
316 ftp_err("--> [%s] ABOR\n", ftp->url->hostname); in ftp_abort()
747 ftp_err(_("data connection not accepted\n")); in ftp_init_receive()
893 ftp_err(_("data connection not accepted\n")); in ftp_send()
937 ftp_err(_("FxP between same hosts\n")); in ftp_fxpfile()
943 ftp_err("FxP with SSH not implemented\n"); in ftp_fxpfile()
1071 ftp_err(_("%s: is a directory\n"), outfile); in ftp_getfile()
1121 ftp_err("%s: %s\n", outfile, strerror(errno)); in ftp_getfile()
1128 ftp_err(_("%s: %s, transfer cancelled\n"), in ftp_getfile()
1166 ftp_err(_("%s: is a directory\n"), infile); in ftp_putfile()
[all …]
H A Dftp.c93 void ftp_err(const char *fmt, ...) in ftp_err() function
290 ftp_err(_("Looking up %s... "), in ftp_open_url()
356 ftp_err(_("Unable to create socket.\n")); in ftp_open_url()
369 ftp_err(_("Connected to %s ([%s]:%d).\n"), in ftp_open_url()
438 ftp_err(_("No control connection\n")); in ftp_gets()
635 ftp_err("PASS ********"); in ftp_print_cmd()
643 ftp_err("\n"); in ftp_print_cmd()
664 ftp_err(_("No control connection\n")); in ftp_cmd()
681 ftp_err(_("error writing command")); in ftp_cmd()
682 ftp_err(" ("); in ftp_cmd()
[all …]
H A Drdirectory.c67 ftp_err("parsing failed on '%s'\n", tmp); in rdir_parse()
78 ftp_err("directory parsing failed completely\n"); in rdir_parse()
H A Dftp.h200 void ftp_err(const char *fmt, ...) YAFC_PRINTF(1, 2);
/dports/ftp/yafc/yafc-1.3.7/src/
H A Dlglob.c71 ftp_err("Unable to read directory %s\n", directory ? directory : "."); in lglob_glob()
77 ftp_err("getcwd(): %s\n", strerror(errno)); in lglob_glob()
86 ftp_err(_("Failed to allocate memory.\n")); in lglob_glob()
114 ftp_err("%s: no matches found\n", mask); in lglob_glob()
H A Dlogin.c53 ftp_err(_("Yafc was not compiled with security extensions.\n")); in cmd_user()
54 ftp_err(_("*** Using plaintext username and password ***\n")); in cmd_user()
286 ftp_err(_("Yafc was not compiled with security extensions.\n")); in cmd_open()
287 ftp_err(_("*** Using plaintext username and password ***\n")); in cmd_open()
H A Dget.c256 ftp_err("`%s' exists but is not a directory\n", destdir); in getfile()
258 ftp_err("%s: %s\n", destdir, strerror(errno)); in getfile()
307 ftp_err(_( in getfile()
364 ftp_err(_("symlinking '%s' to '%s'\n"), dest, fi->link); in getfile()
761 ftp_err(_("Regexp '%s' failed: %s\n"), optarg, get_rx_errbuf); in cmd_get()
791 ftp_err(_("Regexp '%s' failed: %s\n"), optarg, get_rx_errbuf); in cmd_get()
H A Dutils.c181 ftp_err(_("invalid connection number: '%d'\n"), n); in ftplist_search()
194 ftp_err(_("no such connection open: '%s'\n"), str); in ftplist_search()
H A Dfxp.c627 ftp_err(_("Regexp '%s' failed: %s\n"), in cmd_fxp()
661 ftp_err(_("Regexp '%s' failed: %s\n"), in cmd_fxp()
742 ftp_err(_("No target specified, try '%s --help'" in cmd_fxp()
749 ftp_err("FxP for SSH connections no implemented\n"); in cmd_fxp()
H A Dput.c565 ftp_err(_("Regexp '%s' failed: %s\n"), optarg, put_rx_errbuf); in cmd_put()
598 ftp_err(_("Regexp '%s' failed: %s\n"), optarg, put_rx_errbuf); in cmd_put()
H A Dtransfer.c328 ftp_err(_("Redirecting output to %s\n"), nohup_logfile); in transfer_init_nohup()
/dports/ftp/yafc/yafc-1.3.7/lib/
H A Dsecurity.c405 ftp_err(_("No security data exchange has taken place.\n")); in sec_prot_internal()
412 ftp_err(_("Failed to set protection buffer size.\n")); in sec_prot_internal()
425 ftp_err(_("Failed to set protection level.\n")); in sec_prot_internal()
457 ftp_err(_("No security data exchange has taken place\n")); in cmd_prot()
463 ftp_err(_("Unrecognized protection level %s\n"), argv[argc - 1]); in cmd_prot()
468 ftp_err(_("%s does not implement %s protection\n"), in cmd_prot()
481 ftp_err(_("Syntax error, try %s --help for more information\n"), in cmd_prot()
541 ftp_err(_("realloc %zu failed"), (*m)->size); in sec_login()
H A Dgssapi.c184 ftp_err("unknown address family %d", sa->sa_family); in sockaddr_to_gss_address()
227 tracefunq = (ftp->verbosity == vbDebug ? ftp_err : ftp_trace); in import_name()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcftp.c1090 ftp_err = 0, /* Error action */ variable
2683 ftp_err = x; in dosetftp()
4982 puterror = ftp_err; /* Inherit global error action. */
6605 geterror = ftp_err; /* Inherit global error action. */
8678 printf(" ftp error-action: %s\n",ftp_err ? "quit":"proceed");