Results 1 to 15 of 15

Thread: [RESOLVED] Type 200 is now ASCII when accessing FTP?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    Resolved [RESOLVED] Type 200 is now ASCII when accessing FTP?

    Hello all,
    I have an FTP server I just set up for my company with a plethora of usernames and passwords for access using a D-Link NAS device in RAID 1. I can get the exact model if need be.

    When one of the clients, using Windows Vista, attempts to access the FTP, he receieves the aforementioned error. I have no idea what this means and google isn't telling me much. Does anyone have a clue?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Type 200 is now ASCII when accessing FTP?

    Go back to your user and ask for the exact wording of the error message.

    When I did: "Type 200 is now ASCII when accessing FTP" - with the quotes, Google came back and told me there were no matches found and that tells me that what has been communicated to you is an approximation of what the error actually says.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    Re: Type 200 is now ASCII when accessing FTP?

    I actually got a screenshot. 200 is now ASCII is what it said. I think it has to do with active mode FTP vs. passive. I've had the user change the mode to active and ti worked.

  4. #4
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    it is not an error. it means that the server was sent the command ascii

    it is letting you know that the mode was changed. i believe the default is binary.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    That makes sense. However, I found that using the Windows FTP client when the mode was changed to ASCII that no files would display and the login would fail. No idea why this is as I don't know the nitty gritty of the FTP protocol. I have a D-LINK DNS-323 (i think...or 232) NAS device as the FTP server...

  6. #6
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    you can only transmit plain text files in ascii mode. binary transmissions of any type will fail.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    I understand that - but why would one computer get this message using passive FTP and another computer not? I don't understand exactly what CAUSES this problem (beyond the server requesting this connection type).

  8. #8
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    Quote Originally Posted by drag0n_45
    I understand that - but why would one computer get this message using passive FTP and another computer not? I don't understand exactly what CAUSES this problem (beyond the server requesting this connection type).
    the client requests the connection type. If you're running different clients perhaps one of them has a different default. I seem to remember unix defaulting to text.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    Nope. I'm running Windows XP on all three tested machines. Mix between Home and Pro. Only one requested that it be changed to ASCII. I changed the connection type to active, which seemed to solve the problem, but passive mode works on all the other machines. Would there be something in a router that could change this, or do you know of any setting in Windows that could do that?

  10. #10
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    it would really help to see exactly how the ftp session is being initiated.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  11. #11

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    What can I do to help you with that? The FTP server is a NAS RAID device, and the FTP client is windows. Do you know of any way to log Windows FTP sessions?

  12. #12
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    i started ftp from the command prompt
    ftp> status
    Not connected.
    Type: ascii; Verbose: On ; Bell: Off ; Prompting: On ; Globbing: On
    Debugging: Off ; Hash mark printing: Off .
    ftp>
    it looks like my default is ascii.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  13. #13

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    that works. Although, is the windows FTP client the same as the command prompt FTP program? (do they use the same settings etc?)

  14. #14
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    i am pretty sure they are the same. The ftp command prompt program is actually a win 32 app.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  15. #15

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    Re: [RESOLVED] Type 200 is now ASCII when accessing FTP?

    Hmm. Odd. I get the same response as dbasnett. (The fact that the FTP mode is ASCII.) However, I haven't tried to command on the offending computer yet. I would be lead to believe, though, that regardless of what mode the FTP client on his computer is using, the fact that it reverts to ASCII would make his FTP client operate with the same functionality as mine. It doesn't though - it just displays no files after that message is received.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width