^ in ftp path causes error

Issue #1 resolved
Kevin Ross created an issue

I get the following error when trying to upload:

Failed to parse URI: Illegal character in path at index 24: ftp://dev.ancsports.org/^S^ vSOFT/Current Testing Builds

It appears it doesn't like the ^ character in the path. None of our other software has a problem with this, so I can only conclude this is a bug in your plugin.

Comments (5)

  1. Kevin Ross reporter

    I have found that if I replace the special characters with URL-encoded equivalents (replacing ^ with %5E, and replacing space with %20), then it works. But this should probably be documented somewhere.

  2. Sergey Podobry

    Hi @k_ross,

    I'm considering to add an automatic URL encoding. It's being tested now.

    Thanks for pointing this out!

  3. Log in to comment