Hello, > How do you change the default FTP timeout on a RAQ2? My FTP > timeout is set > to 300 seconds. I can't talk a deep breath without having to reconnect. Edit your /etc/proftpd.conf file and add the following: TimeoutIdle 600 TimeoutNoTransfer 600 where 600 = seconds (10 mins) or even a tad higher if you like. Regards Craig Napier