Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
380e9314
Commit
380e9314
authored
Aug 15, 2014
by
Giuseppe Lo Presti
Browse files
Fixed cmd line arguments for gridftp
parent
f88b6c95
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/scheduler/transfer.py
View file @
380e9314
...
...
@@ -254,7 +254,8 @@ class Transfer(BaseTransfer):
cmdLine
.
append
(
'-i'
)
# inetd mode
cmdLine
.
append
(
'-d'
)
cmdLine
.
append
(
Transfer
.
configuration
.
getValue
(
'GSIFTP'
,
'LOGLEVEL'
,
'ALL'
))
#cmdLine.append('-auth-level 0')
cmdLine
.
append
(
'-auth-level'
)
cmdLine
.
append
(
'0'
)
# don't run as the client user
cmdLine
.
append
(
'-control-idle-timeout'
)
cmdLine
.
append
(
'3600'
)
cmdLine
.
append
(
'-Z'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment