Howdy, fellow allumn:
Sometimes FTP has problems if it's not in passive mode. Set it my
doing the following:
system/schemes/ftp/passive: on
Then try your upload. If that doesn't clear it up, do the following:
trace/net on
echo %ftp.log
write ftp://user:[EMAIL PROTECTED]/test.txt "test"
echo off
trace/net off
That will produce a bunch of raw transaction output helpful for
debugging. After it's done, mail the resulting ftp.log to
[EMAIL PROTECTED] with a subject indicating a problem with the
messiest protocol known to the web: FTP.
Good luck!
-jeff
> Hello, folks.
> I'm having a major FTP problem.
> write ftp://user:[EMAIL PROTECTED]/test.txt "test"
> works fine, but
> write ftp://user:[EMAIL PROTECTED]/test.txt "test"
> bails with this message:
> ** Script Error: pick expected series argument of type: series pair
> event money date time object port tuple any-function. ** Where:
> pick server-said 4
> Anyone know what the problem could be? It's something with the
> azorius.com server, but is there anything in particular that I could
> talk to the server manager about?
> Thanks,
> Justin Smith