You have 2 problems here.
Your code is running on the server, not your machine, therefore it doesn't have access to your local drives. You cannot use FTP in this way.
Secondly, because it is a big upload, your HTTP request is timing out.
You will need to rethink what you are doing. You can't use an ASP to upload from your local machine, you have to use HTTP uploads.