I am running an Amazon EC2 instance that is limited in disk space. I have a very large folder that I need to FTP to my local machine, preferably without creating an intermediate tar file, since there might not be enough disk space.
Can I use a pipe for this? If so, can someone help me with the command?
Note While FTP isn't the best way of transferring the files, is my only option in this case.