Welcome to the Xceed Community | Help
Community Search  

ERROR 8202

Sort Posts: Previous Next
  •  01-07-2007, 11:06 PM Post no. 6061

    ERROR 8202

    Using the FTP component in PowerBuilder, I connect to the FTP server, but then get kicked off. The log file shows that I connected successfully, but then aborts the operation with an error 8202. Anyone know what error 8202 is?

    Thanks,
    rvail2
  •  01-10-2007, 10:09 AM Post no. 6062 in reply to 6061

    Re: ERROR 8202

    First, we do not provide support for PowerBuilder. However, error 8202 does not seem to be an FTP protocol error. Is this error code generated by PowerBuilder? Or is it the reply from the server itself? Is the log file you are referring to generated by setting the CommandLogFilename property?
    André
    Software Developer and Tech Support
    Xceed Software Inc.
  •  01-23-2007, 4:42 PM Post no. 6063 in reply to 6062

    Re: ERROR 8202

    Here is the log file.


    < 220 ProFTPD 1.2.10 Server ready.
    > USER recruitingoutpost
    < 331 Password required for recruitingoutpost.
    > PASS xxxx
    < 230 User recruitingoutpost logged in.
    > PWD
    < 257 "/1797" is current directory.
    > TYPE I
    < 200 Type set to I
    > MKD /1797
    < 550 /1797: File exists
    > MKD /1797/public_html
    < 550 /1797/public_html: File exists
    > MKD /1797/public_html/outpost
    < 550 /1797/public_html/outpost: File exists
    > MKD /1797/public_html/outpost/games
    < 550 /1797/public_html/outpost/games: File exists
    > MKD /1797/public_html/outpost/games/46
    < 550 /1797/public_html/outpost/games/46: File exists
    > PASV
    < 227 Entering Passive Mode (64,26,63,10,29,94).
    > ABOR
    < 220 ProFTPD 1.2.10 Server ready.
    > USER recruitingoutpost
    < 331 Password required for recruitingoutpost.
    > PASS xxxx
    < 230 User recruitingoutpost logged in.
    > PWD
    < 257 "/1797" is current directory.
    > TYPE I
    < 200 Type set to I
    > MKD /1797
    < 550 /1797: File exists
    > MKD /1797/public_html
    < 550 /1797/public_html: File exists
    > MKD /1797/public_html/outpost
    < 550 /1797/public_html/outpost: File exists
    > MKD /1797/public_html/outpost/games
    < 550 /1797/public_html/outpost/games: File exists
    > MKD /1797/public_html/outpost/games/46
    < 550 /1797/public_html/outpost/games/46: File exists
    > PASV
    < 227 Entering Passive Mode (64,26,63,10,29,228).
    > ABOR
  •  01-24-2007, 2:21 PM Post no. 6064 in reply to 6063

    Re: ERROR 8202

    The ABOR command is sent to the server (which is the command that is use to abort a file transfer). What are you trying to do exactly?
    André
    Software Developer and Tech Support
    Xceed Software Inc.
  •  02-22-2007, 9:45 AM Post no. 6065 in reply to 6064

    Re: ERROR 8202

    I'm trying to get through a school's firewalls. They have 20 and 21 open, but that doesn't seem to matter because it never seems to use those ports...

    Should I stop using Passive mode? If, so what property will make it use port 20 and 21?
  •  02-22-2007, 5:09 PM Post no. 6066 in reply to 6065

    Re: ERROR 8202

    this error is probably related to this post :) http://forums.xceed.com/forums/ShowPost.aspx?PostID=5975
    Mathieu Drimonakos
    -Technical Designer-
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.