Skip to content
Snippets Groups Projects
Commit 838fe8c7 authored by sveseli's avatar sveseli
Browse files

debugging sftp

parent b83179ff
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,8 @@ class GridftpFileTransferPlugin(FileTransferPlugin): ...@@ -49,6 +49,8 @@ class GridftpFileTransferPlugin(FileTransferPlugin):
self.logger.debug("STORAGE DIR: %s", storageDirectory) self.logger.debug("STORAGE DIR: %s", storageDirectory)
self.logger.debug("STORAGE HOST: %s", storageHost) self.logger.debug("STORAGE HOST: %s", storageHost)
storageFilePathsDict = ftpUtility.getFiles(storageDirectory, {}) storageFilePathsDict = ftpUtility.getFiles(storageDirectory, {})
self.logger.debug("STORAGE PATHS: %s", storageFilePathsDict)
self.logger.debug("ORIG PATHS: %s", filePathsDict)
pluginFilePathsDict = {} pluginFilePathsDict = {}
filePaths = filePathsDict.keys() filePaths = filePathsDict.keys()
for filePath in filePaths: for filePath in filePaths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment