similar to: [Fwd: Re: linux -> windows special characters in filenames problems]

Displaying 20 results from an estimated 70000 matches similar to: "[Fwd: Re: linux -> windows special characters in filenames problems]"

2009 Apr 28
5
linux -> windows special characters in filenames problems
I'm running Samba 3.32 on my linux server to share files with the windows computers on the network. My problem is that windows doesn't support some special characters in filenames, like ' : ', that linux has no problem with. So something (not sure if it's Samba or windows) is mangling directory/file names containing that character into 8.3 names, which makes it very difficult
2010 Feb 12
1
filenames with special characters in the R/ directory of a package?
According to R-exts.pdf (page 3): For maximal portability filenames should only contain only ASCII characters not excluded already (that is A-Za-z0-9._!#$%&+,;=@^(){}?[] I have some files with special characters like '[' and '%' e.g. '[.set.R'. I also have some functions that also have those special characters defined in those files exported in NAMESPACE. I use the
2004 Jun 17
1
rsync, windows/cygwin and special characters in filenames
Hello, I'm using cygwin and rsync in my windows-equipped laptop to synchronize work and other documents between my file server (Linux RH 9) and laptop. As I'm Finnish, many of the transferred files have special characters ?,?,? (A-umlaut etc) in the filenames. I noticed that when the files are synced from the server to my windows box, the rsync translates the special characters to
2019 Nov 03
2
scp, sftp, and special characters in filenames
I have not been able to get scp(1) to download a file with a newline in its name. I know that scp(1) requires that remote filenames be escaped for the shell, but that leads to protocol errors. I am also unable to get sftp(1) to handle such files. It fails with an ?unterminated quoted argument? error, no matter how I try to quote the newline. Furthermore, the SFTP CLI is not well-suited to
2019 Nov 04
2
scp, sftp, and special characters in filenames
On Mon, 4 Nov 2019, David Newall wrote: > On 4/11/19 3:29 am, Demi M. Obenour wrote: > > I have not been able to get scp(1) to download a file with a newline > > in its name. I know that scp(1) requires that remote filenames be > > escaped for the shell, but that leads to protocol errors. > > I see something much worse: > > $ sudo sh > # echo
2007 Nov 16
0
Special Characters in Filenames -> rsync error code 24, files vanished
Hello, there are problems syncing files with special charcters in the filename. The special characters in the filename are displayed as a question mark. During synchronization, the rsync tells the file is vanished. Here is the standard output with level 1 verbosity. Higher verbosity levels dont give more informations about the problem. The stat command with this file succeed. file has vanished:
2006 May 16
1
How to handle special characters in filenames
Hi, I'm using samba 3.0.21 on a FC 4 box. I'm connecting to Win XP pro clients. Using smbclient I can get and put files which contain '%' in file names. Using libsmbclient smbc_open this is not possible. I get 'No such file or directory Errno::ENOENT' error. Any ideas how to solve this. I guess it has to do with escaping special characters in smb urls but I
2015 Jan 07
0
rsync splits filenames, creates special characters where none are, weird permissions
On Wed 07 Jan 2015, Lenz Weber wrote: > Where the local destination /data/snapshots is an NFS volume mounted with the flags > (rw,noatime,addr=192.168.1.XX) > and the source is a symlink to a zfs snapshot - that looks like this: > /var/backups/mail -> /tank/mail/.zfs/snapshot/zfs-auto-snap_hourly-2015-01-07-1417 Why not skip the NFS part and run rsync to the destination
2005 Nov 06
1
Filenames with "special" characters (äöü€¶) on SMB share of Linkstation HD-HLAN250
Hello! I've got a Buffalo Linkstation HD-HLAN250. This is a consumer NAS device, which makes the built-in HD accessible via SMB and FTP. On that system, some sort of Linux with some sort of Samba is running. I'm now trying to create filenames with special characters (ie. non-ASCII chars) in it. For example "bl?der name" (means "stupid name"). To get access to the
2019 Nov 04
4
scp, sftp, and special characters in filenames
On Mon, 4 Nov 2019 at 14:07, David Newall <openssh at davidnewall.com> wrote: > [about scp] That's just awful, and I should have > thought it was not at all necessary. Am I missing something? > If you're saying that the scp protocol is an unfixable mess then the openssh team has been agreeing[0] with you for at least a decade and a half. We fix what we can, but some
2004 Jan 27
2
Samba as a client to Windows2000 + special characters on filenames
Greetings! I have been troubleshooting this for over a week, and what follows is a rather long, detailed description. The short description to the problem I have been dealing with is: I can't access files on a windows2000 server from a Linux client when their filenames have some specific special characters such as "?" I can list them, but not copy. The setup: server: Windows 2000
2015 Jan 07
1
rsync splits filenames, creates special characters where none are, weird permissions
Hi, Am 07.01.2015 um 18:25 schrieb Paul Slootman: > On Wed 07 Jan 2015, Lenz Weber wrote: > >> Where the local destination /data/snapshots is an NFS volume mounted with the flags >> (rw,noatime,addr=192.168.1.XX) >> and the source is a symlink to a zfs snapshot - that looks like this: >> /var/backups/mail ->
2010 Mar 22
0
Fwd: Re: Is winbindd required for Windows 7 clients
-------- Original-Nachricht -------- Datum: Sat, 20 Mar 2010 17:03:46 +0100 Von: "Rhshshgs Sdasdad" <r.s1 at gmx.at> An: John Drescher <drescherjm at gmail.com> Betreff: Re: [Samba] Is winbindd required for Windows 7 clients No, because I dind't find any information about that share. This is my profile share: [nt-profile] comment = Client Profiles path =
2013 Apr 09
1
Fwd: R unzip method gives filenames as character
Question: would it be better if the contents list of the unzip() function returned the filenames as character rather than factor since they are probably unique strings? > tmp <- unzip(fnam, list=TRUE) > str(tmp) 'data.frame': 31 obs. of 3 variables: $ Name : Factor w/ 31 levels "fred1.csv",..: 1 2 3 4 5 6 7 8 9 10 ... $ Length: num 424486 2664277 219798 442383
2015 Jan 07
3
rsync splits filenames, creates special characters where none are, weird permissions
Hello, I have a quite unusual encoding problem (?). I call rsync with the following parameters: /usr/bin/rsync -a --delete --numeric-ids --delete-excluded \ --rsh="/usr/bin/ssh -o StrictHostKeyChecking=no -i \ /etc/rsnapshot_ssh_certs/mykey" \ --link-dest=/data/snapshots/hourly.1/folder/mail/ \ rsyncbackup at server:/var/backups/mail/. \
2002 Jun 21
1
Problems with odd characters in filenames on smbmounted Win95 share
I'm having problems with some Win95 files that have things like copyright characters in the filenames. For example, when I try to copy such a file using the name that shows up in the 'ls' listing, I get "file not found". The funky characters get translated to underscores in the listing. Adding 'character set = iso8859-1' to smb.conf does *not* help. I'm
2008 Nov 14
0
Problems with Norwegian characters in filenames
Hi, I am trying to install a Norwegian teaching application (Mathematics) on an Ubuntu 8.04.1 client installation. As horrible as it may seem, the developers of this app has decided to use Norwegian characters in filenames, which wine obviously isn't very happy with. When installing the app I don't get any error messages about the files, but when I try to start the app itself, it
2012 Jul 27
1
[question] special characters
***********Fri, 27 Jul 2012********************************* Hello List , ???????????? I'm new to this list and have a question to format special characters. On the website <http://daringfireball.net> I don't find anything. Is it possible to format characters like m? or ?? I hope someone can help. TIA Tim --
2007 Oct 08
1
special characters in linux using dev.print
Hi List, I want to print ? in a lattice graph label. This works in windows, but the linux version has problems - it cannot translate the character. Error is "invalid input in mbcsToLatin1". I use the standard encoding and also dev.print(file="filename",dev=pdf, encoding="PDFDoc.enc") I am afraid I don't know enough about the linux font encodings to figure out
2010 Jun 11
2
R in Linux: problem with special characters
Hi, I’m working with the 64 bit version of R 2.11.0 for Linux. My session info is: R version 2.11.0 (2010-04-22) x86_64-redhat-linux-gnu locale: [1] C attached base packages: [1] stats graphics grDevices utils datasets methods base When I try to print words with special characters the result is that the expression printed has some kind of code substituting the special