cygnusxi / hfm-net

Automatically exported from code.google.com/p/hfm-net
2 stars 0 forks source link

FTP Style URL seems to NEED a "/" at the end of the path to upload to the right folder. #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

- Enter an FTP Style URL into the Web Generation Path Textbox and omit the
"/" character on the end of the string.  The URL and target file name will
be concatenated without placing a "/" in between.  Should handle either
case in the code and allow either case as valid input.

What is the expected output? What do you see instead?

- Uploaded files to the target folder.  Files are uploaded to the parent
folder with the target folder name concatenated with the target file name.

Original issue reported on code.google.com by harlam357 on 8 Jan 2010 at 3:12

GoogleCodeExporter commented 8 years ago

Original comment by harlam357 on 8 Feb 2010 at 2:46

GoogleCodeExporter commented 8 years ago
Marked Fixed for Revision 143.

Original comment by harlam357 on 12 Feb 2010 at 4:40