|
|
 |
Re: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 4th August 2005 16:35
[EMAIL REMOVED] wrote:
> Guys there muist be someone out there that can point me to an application
> that can select one local directory and upload it to two diffeent remote
> locations?
>
> Just spent the day reading and working out Auto FTP Manager Pro and what a
> waste of a day it has been :(
>
> Andrew
>
Application? Surely it's just a two line shell script?
scp local-directory [EMAIL REMOVED]
scp local-directory [EMAIL REMOVED]
or similar?
|
 |
|