Ticket #59 (closed Bug report)
Transfering filenames w/ spaces
| Reported by: | anonymous | Owned by: | codesquid |
|---|---|---|---|
| Priority: | normal | Component: | Other |
| Keywords: | Cc: | codesquid, eddan | |
| Operating system type: | Operating system version: |
Description
I am trying to transfer files from a windows 2k pro
platform to a unix system running proftp v1.2.1. The
files that I am transfering contain spaces. The
application does not seem to recognize this and does
not quote or escape the spaces when the remote host
(unix) assumes that a space is a inter-file seperator.
Ie. the file "this is a test" would look to unix as
four files "this" "is" "a" "test". as a space is
considered part of the IFS. To get around this the
client needs to do some custome parsing if it finds
the remote site is a unix host. (ie, escaping the
spaces, or converting them (user definable?)).
