I need 1.5 gb of rar files (5 files) downloaded converted into zips then uploaded via ftp i need a quote and timeframe
Where are the files hosted, are they direct .zip files or on a hosting website like RapidShare? I can do this for $50 and it will take a day or two for me to complete the job for you. I have plenty of experience in doing this as I had to do exactly the same thing for my website.
Hi there, 10$ and im your man. Time depends on speed at the ftp, and where i download them. If they are direct links, no problem if its rapidshare its gonner take some time..
i can also do this for 15$ pm me time frame really depends on the internet connections but maximum few hours i should say
Hi Gnet, I am ready to do it for $10. As said above Time frame depends on files and links. Its already 11:55 PM ( GMT+5.30).
You can easily do this without having to download all the files. Log into your server using SSH (use putty). To zip (compress) a file: tar -zcvf <new_tar_filename>.tar.gz <filename/directory> To unzip: If a file ends in .zip (for example, file.zip) type: unzip file.zip If a file ends in .tar (e.g., file.tar) type: tar -xvf file.tar If a file ends in .gz (for example, file.gz) type: gzip -d file.gz If a file ends in .tar.gz (e.g. file.tar.gz) type: gzip -d file.tar.gz and then tar -xvf file.tar Or, you can read thread here in DP about it. http://forums.digitalpoint.com/showthread.php?t=370047