Your best friend for file transfer.

Fetch application logoFetch

ftp_store_setup: -30014 (4 posts)

This is an archived topic. The information in it is likely to be out-of-date and no longer applicable to current versions of Fetch.
  • Started 21 years ago by rainer
  • Latest reply 21 years ago from Jim Matthews
  • rainer Member

    hi all,

    does somebody know what this error code in the transcript log mean ?

    does it have something todo w/ PASV mode ?

    is there somewhere a list w/ all errorcodes ?

    rgds
    rainer

    Posted 21 years ago #

  • Jim Matthews Administrator

    That error means that the server dropped the connection while Fetch was waiting for a reply. For more information I'd have to look at the entire transcript.

    Jim Matthews
    Fetch Softworks

    Posted 21 years ago #

  • rainer Member

    this is the part of the transcript

    257 ...
    CWD ...
    250 ...
    PWD
    257 ...
    TYPE I
    200 Type now BINARY (Image)
    PORT 10,1,26,139,255,218
    ftp_store_setup: -30014
    ABOR

    is there a list w/ all the -3xxxx error's in it ?

    Posted 21 years ago #

  • Jim Matthews Administrator

    I would recommend checking the "Use passive mode transfers (PASV)" box in the Firewall section of Preferences.

    I'm not sure how helpful it is to have definitions for the error codes, but I'll put them below. In this case it isn't the error code, but the context, that suggests the solution.

    #define FTP_PROTOCOL_ERR -30000 /* FTP server said something I don't understand */
    #define FTP_SHUTDOWN_ERR -30001 /* FTP server not serving anymore */
    #define FTP_BAD_USER_ERR -30002 /* FTP server hasn't heard of you */
    #define FTP_BAD_PASS_ERR -30003 /* FTP server doesn't like your password */
    #define FTP_SERVER_ERR -30004 /* FTP server error */
    #define FTP_DATACONN_ERR -30005 /* FTP error opening data connection */
    #define FTP_NO_DIR_ERR -30006 /* FTP error trying to CD to non-existant or protected
    directory */
    #define FTP_QUOTA_ERR -30007 /* FTP server said you exceeded your quota */
    #define FTP_PERMISSION_ERR -30008 /* FTP server said you don't have permission */
    #define FTP_FILENAME_ERR -30009 /* FTP server said that file name is not allowed */
    #define FTP_NO_NET_DRVR -30010 /* no network driver available */
    #define FTP_BAD_NAME_LIST -30011 /* names returned by ftp_list() are suspicious, try again */
    #define FTP_NEED_ACCT_PW -30012 /* need to send account password to proceed */
    #define FTP_NOPASS_ERR -30013 /* FTP server doesn't like empty password */
    #define FTP_SERVER_HUNGUP -30014 /* FTP server disconnected while we waited for a reply */

    #define FTP_NEED_PROXY_INFO_ERR -30050 /* we need more information about the proxy server */
    #define FTP_PROXY_PROTOCOL_ERR -30051 /* couldn't navigate the proxy server */
    #define FTP_PROXY_VALIDATION_ERR -30052 /* couldn't login to proxy server */
    #define FTP_BADFILENAME_ERR -30053 /* FTP server does not like this file name */

    #define kCleartextPasswordAuth 0

    #ifdef FTP_SECURITY_EXTENSIONS
    #define FTP_SEC_NOT_IMPL -30015 /* FTP server doesn't implement security extensions */
    #define FTP_SEC_MECH_UNKNOWN -30016 /* FTP server doesn't recognize the security mechanism */
    #define FTP_SEC_MECH_UNACCEPT -30017 /* FTP server doesn't accept the security mechanism */
    #define FTP_SEC_BAD_AUTH -30018 /* FTP server doesn't like your authentication */
    #define FTP_SEC_RSRC_UNAVAIL -30019 /* FTP server doesn't have resources necessary for security */
    #define FTP_SEC_POLICY_DENIAL -30020 /* FTP server denied the command for policy reasons */
    #define FTP_SEC_PROT_UNAVAIL -30021 /* FTP server doesn't support the desired level of protection */
    #define FTP_NEED_SECURE_PW -30022
    #define FTP_CONFIRM_INSECURE_PASS -30023 /* Confirm sending password in clear before proceeding */
    #define SEC_SERVER_WONT_ENCRYPT_ERR -30024 /* Confirm connecting to a server that doesn't support encryption */
    #define FTP_CONFIRM_CLEAR_PASS_SECURE_SERVER -30025 /* Confirm sending password in clear before proceeding */

    #define SEC_MISC_ERR -30099 /* An error ocurred in security calls */
    #define SEC_GSS_ERR -30102 /* An error occured while trying to construct authentication */
    /* data in a GSS call. Inspect gss_maj_stat and gss_min_stat for details */
    #define SEC_SERVER_BAD_PROTECTION_ERR -30103
    /* server used protection level worse than expected */
    #define SEC_CLIENT_BAD_PROTECTION_ERR -30104
    /* server used protection level worse than expected */
    #define LOCATION_NOT_SET_ERR -30105 /* time zone not set */

    Jim Matthews
    Fetch Softworks

    Posted 21 years ago #

Topic closed

This topic has been closed.