D. Bohdan
D. Bohdan
Does your upload take longer than 10 minutes? That's the default timeout in Tclssg. Are you able to upload the same data to the same server in one go with...
> I had being doing retries with the mentioned different ftp client, and I quit after ~10 clicks on the timeout dialog, so is this maybe something else? or a...
I'll look into it.
Since I commented on this issue I have seen the `ftp` package in Tcllib, which is what Tclssg uses for FTP uploads, fail to work with some servers that other...
The overall use case I have in mind is to avoid the typical problems of handling files with odd filenames from the shell (is it `find -print0` or `find -0`,...
> Ah yes, this case. I've been bitten by filenames with spaces in before, and know about the 0 fix, but never actually remember how to do it. Spaces are...
I know this is an old issue, but you're interested in using Jim Tcl you should check out https://github.com/msteveb/jimtcl/ for a maintained version. If you still have SDL problems with...
Sorry, but I am not interested in this feature. I'll merge it if someone contributes a good-quality implementation with tests.
The TOML library Remarshal depends on, [pytoml](https://github.com/avakar/pytoml), does not currently have this feature. I'll add `--indent-toml` if pytoml implements it, but I am not interested enough to contribute it upstream...
I am not against support for libconfig, but I won't implement it myself. I'll merge a PR with * High-quality code consistent with the code for the already present formats;...