How to FTP multiple folders to another server using mput in Unix?
- by Mircea
I am logged in on a server (using Putty). from there I'm connecting using FTP to another server. I want to copy several folders from the first server to the second server using mput.
Like:
ftp mput folder1 folder2 folder3
But I get "folder1: not a plain file."...and so on. Each of these folders have subfolders, files (some binary, some not).
How can I accomplish what I want without zipping the stuff and then transfer?
Thanks.