Possible Duplicate:
How do you recursively ftp a folder in linux
I'd like to simply upload a directory and all of its contents, recursively, from the command line. To do this from the command line would be so much easier than resorting to FileZilla or some other windowed app.
My workaround for this has been to zip, then upload the zip w/FTP, then SSH and unzip...
Is there a way using the BASH command line ftp to upload multiple files and directories?
Looking at the available commands there is only put and send which allow only a single file and no directory.