- Timestamp:
- Mar 30, 2022 3:42:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/txsclient.py
r93897 r94399 1087 1087 #def "LIST " 1088 1088 1089 def taskCopyFile(self, sSrcFile, sDstFile, fMode ):1089 def taskCopyFile(self, sSrcFile, sDstFile, fMode, fFallbackOkay): 1090 1090 """ Copies a file within the remote from source to destination. """ 1091 _ = fFallbackOkay; # Not used yet. 1091 1092 # Note: If fMode is set to 0, it's up to the target OS' implementation with 1092 1093 # what a file mode the destination file gets created (i.e. via umask).
Note:
See TracChangeset
for help on using the changeset viewer.