"Youssef Eldakar" <[EMAIL PROTECTED]> writes: > Let's say I SIGTERM the processes: > > 1. Will there be a possibility that an incomplete file is written to > disk?
Yes. > 2. Will there be a straightforward way to do the link conversion > afterwards on whatever files have been fetched? Try restarting the download, using -c along with your previous options. Or delete the incomplete file manually and use -nc (useful if the server doesn't support Range).
