SynchronizeDirectories Method Perl Example
Good evening,
the example for Perl https://winscp.net/eng/docs/library_perl#example works well.
However, I have to syncronize the files and can not find a suitable method that works under Perl.
Example snippet (does not work)
my $transferResult =
$session->SynchronizeDirectories(SynchronizationMode.Local, '/home/user/', 'd:\\toupload\\*', FALSE, $transferOptions);
Could anyone help me, please?
An SynchronizeDirectories Method Example for Perl would be great - Thanks in advance!
Best regards
the example for Perl https://winscp.net/eng/docs/library_perl#example works well.
However, I have to syncronize the files and can not find a suitable method that works under Perl.
Example snippet (does not work)
my $transferResult =
$session->SynchronizeDirectories(SynchronizationMode.Local, '/home/user/', 'd:\\toupload\\*', FALSE, $transferOptions);
Could anyone help me, please?
An SynchronizeDirectories Method Example for Perl would be great - Thanks in advance!
Best regards