MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / stackedWriteFile

Method stackedWriteFile

plugins/generic/filesystem.py:211–214  ·  view source on GitHub ↗
(self, localFile, remoteFile, fileType, forceCheck=False)

Source from the content-addressed store, hash-verified

209 raise SqlmapUndefinedMethod(errMsg)
210
211 def stackedWriteFile(self, localFile, remoteFile, fileType, forceCheck=False):
212 errMsg = "'stackedWriteFile' method must be defined "
213 errMsg += "into the specific DBMS plugin"
214 raise SqlmapUndefinedMethod(errMsg)
215
216 def readFile(self, remoteFile):
217 localFilePaths = []

Callers 1

writeFileMethod · 0.95

Calls 1

Tested by

no test coverage detected