Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

luketto81

syncronization local to remote

I need to create an automatic script in order to deploy my app automatically.
I want define custom folders to check and I want to exclude others folders to analyze
Could you please help me to understand?

An example:

open ftp://username:password@123.123.123.123/

synchronize -preview remote
C:\projects\myProject
/myDomain.com
C:\projects\myProject\subfoder1;
C:\projects\myProject\subfolder2
|
C:\projects\myProject
\subfoderToExclude;

exit