Hello In net/net.c::net_loop(), the variables "fileaddr" and "filesize" are both set in case of a successful transfer. In fs/fs.c::do_load(), just the variable "filesize" is set in case of success. Is this asymmetry intentional or a mistake? Dave