[REBOL] Re: ftp reading an empty folder
From: max:quazart at: 20-Nov-2001 15:39
hum, I guess Its a question of the way some ftp servers respond to empty
dirs...
have you tried on another server?
The only thing I can suggest is that you enable network tracing :
trace/net on
and send a copy of the console output to rebol support ([feedback--rebol--com]).
This way, they'll be notified that the problem persists!
ALWAYS REMEMBER to remove all reference to sensitive user/password
information in the console's data before sending it at large, cause your
urls data will be printed in the net/trace data!
-MAx