You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/12/29 14:11:06 UTC

[GitHub] [incubator-dolphinscheduler] antti8 opened a new issue #1630: [QUESTION] There seems to be a problem with the the ftp command

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #1630: [QUESTION] There seems to be a problem with the the ftp command

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #1630:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1630#issuecomment-722112732


   who can look the problem?


----------------------------------------------------------------
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:
users@infra.apache.org