Action: Copy all files from a folder "fiction" on the server to a folder "teststorage" on the computer.
ChangeToFolderR(yoursite.com/fiction/) ChangeToFolderL(C:\perso\teststorage) CopyToLeft(*)
Action: Create a folder "test" on the server and copy all files from a folder "testclient" on the computer to the newly folder created on the server
CreateFolderR(yoursite.com/fiction/test) OpenLocalViewL(C:\perso\testclient) CopyToRight(*)
ChangeToFolderR(yoursite.com/fiction/) ChangeToFolderL(C:\perso\teststorage) CopyToLeft(*) CreateFolderR(yoursite.com/fiction/test) OpenLocalViewL(C:\perso\testclient) CopyToRight(*)
Action: Copy all files in folder "fiction" from the folder "Data" on the computer, to the existing folder "Datatest" on the server.
OpenLocalViewL(C:\Data) ChangeToFolderR(/Datatest/) CopyToRight(fiction)