Welcome to the Xceed Community | Help
Community Search  
More Search Options

Invalid GET Command from Ftp 1.1 Active X, can anyone help?

Sort Posts: Previous Next
  •  03-13-2009, 11:40 AM Post no. 19271

    Invalid GET Command from Ftp 1.1 Active X, can anyone help?

    Hi all. Trying to get a file, and I get an error, the FTP server did not accept and FTP command for an unexpected reason.

     

    I've logged in, and am trying to get a file. 

     

    Here's a brief transaction snapshot of my using FTP command line in Win XP Pro.

     

    ANY HELP Why this is not working would be appreciated. I'm thinking its in what xceedFTP is sending, and expecting back where the problem is...

    (picking up after my login)

    331 User name okay, need password.
    Password:
    230 Login accepted. (Login Fine)


    ftp> get MSPIST (what I type to get the file named MSPIST )

     (Result replies below from Device)


    200 PORT command successful.
    150 Opening data connection.

     

    (pause while file is downloading - Then the following response upon completion)


    226 Transfer complete.
    ftp: 18972 bytes received in 2.34Seconds 8.09Kbytes/sec.

     

    ftp> delete MSPIST (I delete the file on the machine)

     

    (response)
    250 DELE command successful.


    ftp> close (then I close the connection)

     

    (response)
    221 Goodbye.

     

  •  03-13-2009, 1:33 PM Post no. 19275 in reply to 19271

    Re: Invalid GET Command from Ftp 1.1 Active X, can anyone help?

    Can you provide the log of the communication with the server using the CommandLogFilename property?  Also provide the code snippet you are using, along the error code that is returned by the ftp method you are using in code.


    André
    Software Developer
    Xceed Software Inc.
  •  03-16-2009, 10:50 AM Post no. 19302 in reply to 19275

    Re: Invalid GET Command from Ftp 1.1 Active X, can anyone help?

    Hey Thanks for the offer Andre. Since it was only 4 events I need on this dedicated box (Login, Get, and Delete, logout), I wrote a quick event handler in MS Inet control to do the task, since Lib 1.1 didn't seem happy with it.

    Really enjoy the ftp 1.1 control from you guys for the complex stuff, really provides a nice easy interface to manipulate files on a "Real" ftp server.

     Regards.

     

    Bill

View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.