You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PdbScriptsPipelineRunCommand.java has code for downloadfile(), but the error detection of failed downloads is not adequate. The return code / exit code of the wget command must be checked. Also the output streams from the process must be handled.
(These problems also occur for other ProcessBuilder use cases)
The text was updated successfully, but these errors were encountered:
Yes, only for these two. nothing else. In Update, I used basic ftp for wget does not work in that ftp server.
sheridancbio
changed the title
wget functionality via external process : error detection needed
Pri3 : wget functionality via external process : error detection needed
Aug 4, 2016
juexinwang
changed the title
Pri3 : wget functionality via external process : error detection needed
Rev3 : wget functionality via external process : error detection needed
Aug 10, 2016
sheridancbio
changed the title
Rev3 : wget functionality via external process : error detection needed
wget functionality via external process : error detection needed
Aug 12, 2016
PdbScriptsPipelineRunCommand.java has code for downloadfile(), but the error detection of failed downloads is not adequate. The return code / exit code of the wget command must be checked. Also the output streams from the process must be handled.
(These problems also occur for other ProcessBuilder use cases)
The text was updated successfully, but these errors were encountered: