I've got several large files sitting in my linux hosted account that I need to upload to my S3 account. I dont want to download them first and then upload it into S3.

Is there any way I can "upload" it via the linux command line environment? Or access it via a website working with lynx?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 5 down vote accepted

http://s3tools.org/s3cmd does what you want to. Uploading & downloading files, syncing directories and creating buckets.

link|improve this answer
works like a charm! – matt74tm May 6 '11 at 8:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.