GitHub user clearswift opened a pull request:

    https://github.com/apache/trafficserver/pull/1608

    FTP functionality

    At the moment TS blocks requests for FTP URLs with an 'Unsupported 
Protocol' error message.  This precludes TS from simply forwarding requests for 
FTP URLs to an upstream (parent) proxy.
    We propose a fix to allow TS to forward FTP URLs to an upstream (parent) 
proxy; where this proxy supports HTTP/FTP conversion (e.g. Squid) this would 
enable FTP resources to be retrieved via TS.  This change would also allow 
protocol plugins to be developed that support FTP URLs.
    
    FTP Support would be optionally enabled with a new configuration setting in 
records.config preserving existing functionality if not present or set to the 
default value of false.
    e.g.
    proxy.config.ftp_enabled=1


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/clearswift/trafficserver master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1608.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 #1608
    
----
commit b64f29d3744c37b1506e7c6a46ab3dba171853e3
Author: clearswift <trafficser...@clearswift.com>
Date:   2017-03-07T17:03:27Z

    FTP functionality

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to