Re: Special characters in ftp filenames

2018-07-27 Thread Keisuke Miyako via 4D_Tech
as a stopgap measure you could try: https://github.com/miyako/4d-plugin-curl-ftp > 2018/07/27 20:21、Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> のメール: > 250-Bay Bulls 2-Gatherall‚Äôs Puffin & Whale Watch Cruise.jpg. > instead of > 250-Bay Bulls 2-Gatherall's Puffin & Whale Watch Cruise.jpg. >

Re: Special characters in ftp filenames

2018-07-27 Thread John DeSoi via 4D_Tech
Options I see are: 1. Report as a bug and hope for a fix. Since it is a beta version, maybe your chances are better? 2. Parse the output strings for non-ascii characters and try to correct them. I have not tried it, but it might be possible using Convert to text/CONVERT FROM TEXT. 3. Use

Re: Special characters in ftp filenames

2018-07-27 Thread Chip Scheide via 4D_Tech
Pat, i'm not sure about what happens when using FTP, however, if you can specify the final file name you can/should filter the file name to remove the gibberish. On a Mac there are only a very few characters which are not 'legal', Windows on the other hand.. it is probably easier to specify

Special characters in ftp filenames

2018-07-27 Thread Pat Bensky via 4D_Tech
using v17r2: I get a list of files in a directory on a remote server with *FTP_GetDirList.* Then I loop through the list and download each file, if I don't already have the latest version of it. A problem occurs when a filename contains a character such as a quote mark, copyright symbol, etc.