hi all
I need to create a remote folder using scp ant task.
Or I need to copy a dir to a remote host.
I used
<scp trust="true" sftp="true" verbose="true" todir="${vmuser}:[EMAIL 
PROTECTED]:${vmjbosshome}/server/default/lib/resources${strANTHVER}d" >
                                <fileset 
dir="../exejava/resources${strANTHVER}d" />
                        </scp>

but it just copy files .
If the remote dir does not exists i need ant create it automatically possibly.
Regards
Giovanni


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to