antti8 opened a new issue #1630: [QUESTION] There seems to be a problem with 
the the ftp command
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1630
 
 
   we use the dolphinscheduler 1.05 now. and sometime we need to use ftp in the 
shell script,  the ftp commond keep runniing and don't exit in most of the 
time. When we try to run the same shell in the machine which dolphinscheduler  
installed ,the script get the result we want. So I think if there is something 
wrong with the ftp support in dolphinscheduler ?
     our ftp like this:
   `lftp -u username,password  sftp://172.1.1.1:22 << EOF
   cd /
   put cnt.dat
   close
   bye
   EOF`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to