Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

up vote 11 down vote accepted

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

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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