ericire Posted July 5, 2019 Posted July 5, 2019 Hi autoit DirCopy does not copy all remote files and stops on a 31944 KB file hox to fix it ?
Moderators JLogan3o13 Posted July 5, 2019 Moderators Posted July 5, 2019 @ericire how about posting your code so we can see what you're doing, rather than asking us to guess? You could maybe include such critical information as Where you're copying from, Ballpark number of files, any errors you're seeing, etc. etc. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
ericire Posted July 5, 2019 Author Posted July 5, 2019 code is simple and no errorsthe number of files is variable #include <FileConstants.au3> Local $dirIn = '\\SERV-xxxx\Partage_MED\Dossiers opérations\Operations_En_Cours\2A_Corse-du-Sud\Diagnostics\AFA_0000_D123\Dossier_Demarrage' Local $dirOut = '\\10.81.1.xx\Operations_en_cours\2A_Corse-du-Sud\AFA__0000__D123\admin_operation\administration' DirCopy($dirIn,$dirOut, $FC_OVERWRITE)
ericire Posted July 5, 2019 Author Posted July 5, 2019 there is no error, just it does not copy all the files stopping on the biggest
ericire Posted July 5, 2019 Author Posted July 5, 2019 it is possible that the parameters of the vpn disrupt the script ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now