26
26
"loc.input.help.failOnEmptySource": "Fail if no matching files to be copied are found under the source folder.",
27
27
"loc.input.label.flattenFolders": "Flatten folders",
28
28
"loc.input.help.flattenFolders": "Flatten the folder structure and copy all files into the specified target folder on the remote machine.",
29
+ "loc.input.label.concurrentUploads": "Number of concurrent uploads when copying files",
30
+ "loc.input.help.concurrentUploads": "Number of concurrent uploads when copying files. Default is 10.",
31
+ "loc.input.label.delayBetweenUploads": "Delay between queueing uploads (in milliseconds)",
32
+ "loc.input.help.delayBetweenUploads": "Delay between queueing uploads (in milliseconds). Default is 50.",
29
33
"loc.messages.CheckLogForStdErr": "Check the build log for STDERR from the command.",
30
34
"loc.messages.CleanTargetFolder": "Cleaning target folder %s on the remote machine",
31
35
"loc.messages.CleanTargetFolderFailed": "Failed to clean the target folder on the remote machine. %s",
32
36
"loc.messages.ConnectionFailed": "Failed to connect to remote machine. Verify the SSH service connection details. %s.",
33
37
"loc.messages.ConnectionNotSetup": "SSH service connection is not set up.",
34
38
"loc.messages.CopyCompleted": "Completed copying %s files to the remote machine.",
39
+ "loc.messages.CopyDirectoryCompleted": "Completed copying %s directory to the remote machine.",
40
+ "loc.messages.CopyDirectoryFailed": "Failed to copy %s directory to the remote machine. %s",
35
41
"loc.messages.CopyingFiles": "Found %s files to copy to the remote machine.",
36
42
"loc.messages.FailedOnFile": "Failed to copy %s. %s",
37
43
"loc.messages.FileExists": "File %s cannot be copied to the remote machine because it already exists and the 'Overwrite' option is disabled.",
44
+ "loc.messages.FolderCreated": "Created folder %s on the remote machine.",
45
+ "loc.messages.FoldersCreated": "Created %s folders on the remote machine.",
38
46
"loc.messages.NothingToCopy": "No files were found matching the patterns specified to copy to the remote machine.",
39
47
"loc.messages.NumberFailed": "Failed to copy %d files",
40
48
"loc.messages.RemoteCmdExecutionErr": "Command %s failed with errors on remote machine. %s.",
44
52
"loc.messages.StartedFileCopy": "Copying file %s to %s on remote machine.",
45
53
"loc.messages.UploadFileFailed": "Failed to upload %s to %s on remote machine. %s.",
46
54
"loc.messages.UseDefaultPort": "Using port 22 which is the default for SSH since no port was specified.",
47
- "loc.messages.TargetNotCreated": "Unable to create target folder %s.",
55
+ "loc.messages.TargetNotCreated": "Unable to create target folder %s. %s. ",
48
56
"loc.messages.CheckingPathExistance": "Checking if %s on the remote machine exists.",
49
57
"loc.messages.PathExists": "%s exists on the remote machine",
50
- "loc.messages.PathNotExists": "%s doesn't exist on the remote machine"
58
+ "loc.messages.PathNotExists": "%s doesn't exist on the remote machine",
59
+ "loc.messages.UploadFolderFailed": "Failed to upload folder %s to %s on remote machine. %s."
51
60
}
0 commit comments