Thanks for all the quick responses!!
This problem persists on both windows 98 and Windows NT machines.
I have used two different internet service providers.
I have tested several sites that I can access via WS_ft32.
I am a full-time programmer, and I write both CGI programs
and desktop applications that have FTP services.
Those application are accessing and writing to, and listing
those sites.
;; what follows the asterisks is a full list with trace on
;; I'm guessing that something is amiss with my network configuration
;; Perhaps someone who is more familiar with TCP/IP can glean
;; something from the trace dump, or suggest what I have
;; probably neglect in my own setup
;; thanks in advance. In the meantime, I will recheck your
;; documentation on networks
***************************************************************************
>> do %test.r
Script: "Test FTP Access now" (28-Jan-2000)
URL Parse: none none jazz.trumpet.com.au none none none
Net-log: ["Opening tcp for" FTP]
connecting to: jazz.trumpet.com.au
Net-log: [
    none ["220" "230"]]
Net-log: {220 jazz-1.trumpet.com.au FTP server (Version wu-2.4.2-academ[
BETA-15](1) Fri Oct 17 17:07:33 PDT 1997) ready.}
Net-log: [["USER" port/user] "331"]
Net-log: {331 Guest login ok, send your complete e-mail address as passw
ord.}
Net-log: [["PASS" port/pass] "230"]
Net-log: "230-"
Net-log: {230-Welcome to the Trumpet Software International ftp site.}
Net-log: "230-"
Net-log: {230-This server is located in Hobart, Tasmania, Australia.}
Net-log: "230-The local time is Tue Feb  1 10:18:08 2000."
Net-log: "230-"
Net-log: {230-We now have an alternative FTP site "ftp.trumpet.com" loca
ted in }
Net-log: {230-Los Angeles which will be more accessible to US and Europe
an customers.}
Net-log: "230-"
Net-log: {230-You are user number 1 out of a maximum of 100 in your acce
ss category.}
Net-log: "230-"
Net-log: {230-Please note that ALL transfers are logged - Disconnect now
 if you do not}
Net-log: "230-like this policy!"
Net-log: "230-"
Net-log: {230-Please report any problems with this archive to www-admin@
trumpet.com.au.}
Net-log: "230-"
Net-log: "230 Guest login ok, access restrictions apply."
Net-log: [
    "TYPE I" "200"]
Net-log: "200 Type set to I."
Net-log: [["PORT" port/locals/active-check] "200"]
Net-log: [
    "PASV" "227"]
Net-log: "227 Entering Passive Mode (203,5,119,51,14,153)"
Net-log: [["CWD ~"] "250"]
Net-log: [["CWD /"] "250"]
Net-log: "250 CWD command successful."
Net-log: [["CWD" either empty? port/path ["./"] [join "./" port/path]] "
250"]
Net-log: "250 CWD command successful."
Net-log: [["LIST" "."] ["150" "125"]]
Net-log: {150 Opening BINARY mode data connection for /bin/ls.}
Net-log: [
    none "226"]
Net-log: "226 Transfer complete."
** User Error: Server error: tcp 500 Illegal PORT Command.
** Where: read ftp://jazz.trumpet.com.au/
At 01:22 PM 1/31/00 -0800, you wrote:
>Hi Tim
>
>The code you posted works for me:
>
>>> print read ftp://jazz.trumpet.com.au/
>beta/ bin/ dostrump/ etc/ fanfare/ firesock/ ipv6/ irc/ lwp-vers/
>mailreader/ pr
>iv/ private/ scripts/ slipper/ tcp-abi/ tmp/ winirc/ winsock/ wintrump/
>
>There may be a problem with your network setup or it may just be one of
>those occasional Internet glitches.
>
>Larry
>
>
>----- Original Message -----
>From: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, January 31, 2000 1:03 PM
>Subject: [REBOL] [REBOL]Illegal PORT Command
>
>
>> The following code;
>> read ftp://jazz.trumpet.com.au/
>> result in the following error message from rebol:
>> connecting to: jazz.trumpet.com.au
>> ** User Error: Server error: tcp 500 Illegal PORT Command.
>> ** Where: read ftp://jazz.trumpet.com.au/
>> ;;NOTE: This site has anonymous ftp access.
>> What am I doing wrong here?
>> Tim
>
>

Reply via email to