[req] Check for trailing space while creating dir in FTP

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
ado
Senior Member
Senior Member
Posts: 445
Joined: 2003-02-18, 13:22 UTC
Location: Slovakia, Pezinok

[req] Check for trailing space while creating dir in FTP

Post by *ado »

This is problem: I have directory structure (local or FTP) and I want to replicate it on another FTP server. There is not many of them, just 3-4, so I am not looking for big, automatized,... solution.
I simply switch to left panel (source) press Ctrl-Enter on dir name, take it from cmd-line to clipboard, switch to right panel, press F7 and paste dir name.
The problem is, that dir name is coppied to cmd line with trailing space (and it is good for all another cases). For this purpose it is not as good. Simply I forgot to remove that space, and TC created in FTP panel dir with trailing space. It is not problem on local drives. Just FTP.
I am pretty sure, it is not big deal to check that trailing space and remove it or at least give user warning.
It could be nice, if TC could support on FTP panel the same as in local drivers regarding creation of directories, i.e
- create 1/2 will create dir 1 and inside dir 2
- create 1|2 will create dir 1 and dir 2 in current directory

ado
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2ado
Use the cm_CopyFullNamesToClip (Copy names with full path) instead. I defined it to Shift-Ctrl-C.
I switched to Linux, bye and thanks for all the fish!
User avatar
Hacker
Moderator
Moderator
Posts: 13073
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Rather cm_CopyNamesToClip=2017;Copy filenames to clipboard.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Oops, right!
I switched to Linux, bye and thanks for all the fish!
User avatar
ado
Senior Member
Senior Member
Posts: 445
Joined: 2003-02-18, 13:22 UTC
Location: Slovakia, Pezinok

Post by *ado »

Thank you guys, works fine for me.
Anyway, I guess my request is still valid, don't you?

ado
Post Reply