[
https://issues.apache.org/jira/browse/CAMEL-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15588616#comment-15588616
]
ASF GitHub Bot commented on CAMEL-10401:
----------------------------------------
GitHub user eidottermihi opened a pull request:
https://github.com/apache/camel/pull/1218
CAMEL-10401: Support chmod for ftp/ftps
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eidottermihi/camel ftp-chmod
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1218.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1218
----
commit 74eeb5bc1ec569e2650289224c22b7ee818735dc
Author: eidottermihi <[email protected]>
Date: 2016-10-19T12:23:21Z
CAMEL-10401: Support chmod for ftp/ftps
----
> ftp: Allow files to be chmod-ed after being produced
> ----------------------------------------------------
>
> Key: CAMEL-10401
> URL: https://issues.apache.org/jira/browse/CAMEL-10401
> Project: Camel
> Issue Type: New Feature
> Components: camel-ftp
> Affects Versions: 2.18.0
> Reporter: Michael Prankl
> Priority: Minor
> Labels: chmod, ftp
>
> Currently, chmod-ing files after storing is only implemented for the sftp
> producer (see CAMEL-4346).
> This should also supported for ftp.
> Most FTP servers therefore support the site command "CHMOD", eg.
> "chmod 777 example_file.txt".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)