Re: Read Socket/Passed Parameters are what?

2000-12-23 Thread andu
Sivakatirswami wrote: > write "RETR " & serverFile & CRLF to socket Q > read from socket Q for 1 line > --get data length stuff in here. . . > read from socket transPasvIP with message "getData" > > on getData z > --Where is z coming from? its not declared earlier. does the read

Read Socket/Passed Parameters are what?

2000-12-22 Thread Sivakatirswami
OK, I need to download files from a cgi-bin and the "put url" i.e. http protocol is denied by the server permissions, which will only allow files on the top level of the public_html directory to be retrieved by the URL statement. So I have to do it via ftp. Working on analyzing Andu scripts. . .th