can't write onto ftp server

  • check your registry


    The FTP server must be configured under registry key \HKLM\COMM\FTPD.


    HKEY_LOCAL_MACHINE
    [Comm]
    [FTPD]
    SZ: IsEnabled = DWORD:1
    SZ: UseAuthentication = DWORD:0
    SZ: AllowAnonymous = DWORD:1
    SZ: AllowAnonymousUpload = DWORD:1
    SZ: AllowAnonymousVroots = DWORD:1
    SZ: DefaultDir = \Temp\FTP
    SZ: Dll = \FFSDISK\FTPD.DLL


    ;To control logging
    SZ: DebugOutputChannels = dword:2
    SZ: DebugOutputMask = dword:17
    SZ: BaseDir = "\\Windows"
    SZ: LogSize = dword:1000
    SZ: LogEnabled = DWORD:1

  • It's still not working.


    Here is what happens if I connect from a windows machine to the netdcu8:


    ftp 10.0.0.199
    Connected to 10.0.0.199.
    220 Service ready for new user.
    User (10.0.0.199:(none)): admin
    331 User name okay, need password.
    Password:
    230 User logged in, proceed.
    ftp> put test.txt
    200 Command okay.
    532 Need account for storing files.
    ftp>


    What does "532 Need account for storing files." mean, where I have create an account?


    Steffen

  • Hello,
    you will get a lot of (detailed) information when you search for "532 Need account for storing files" in the internet. E.g. <!-- m --><a class="postlink" href="http://www.w3.org/Protocols/rfc959/4_FileTransfer.html">http://www.w3.org/Protocols/rfc959/4_FileTransfer.html</a><!-- m --> and you can also download a documentation from the F&S homepage.
    Does the "error" also occur when you connect via IE: <!-- m --><a class="postlink" href="ftp://">ftp://</a><!-- m --><ipaddress>? Maybe you have to go the the "DefaultDir" before call "put"? You have only access to the DefaultDir!

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.