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

debugging sftp

parent 4536088b
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ class GridftpFileTransferPlugin(FileTransferPlugin):
self.logger.debug('Upload info: %s', uploadInfo)
#(scheme, host, port, dirPath) = FtpUtility.parseFtpUrl(storageUrl, defaultPort=self.DEFAULT_PORT)
ftpUtility = SftpUtility(storageHost)
self.logger.debug("STORAGE DIR: %s", storageDirectory)
self.logger.debug("STORAGE HOST: %s", storageHost)
storageFilePathsDict = ftpUtility.getFiles(storageDirectory, {})
pluginFilePathsDict = {}
filePaths = filePathsDict.keys()
......
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