Changeset 93897 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Feb 23, 2022 12:52:49 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150116
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/txsclient.py
r93895 r93897 1087 1087 #def "LIST " 1088 1088 1089 def taskCopyFile(self, sSrcFile, sDstFile, fMode , fFallbackOkay):1089 def taskCopyFile(self, sSrcFile, sDstFile, fMode): 1090 1090 """ Copies a file within the remote from source to destination. """ 1091 1091 # Note: If fMode is set to 0, it's up to the target OS' implementation with
Note:
See TracChangeset
for help on using the changeset viewer.