I Can't Order FTP Connections by Name

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
yzfr1
Junior Member
Junior Member
Posts: 4
Joined: 2023-08-13, 00:53 UTC

I Can't Order FTP Connections by Name

Post by *yzfr1 »

Hi, I am testing the software and it is very good. The integrated FTP part is very useful, but I have a problem, and that is that I can't find a way to sort (for example by name) the FTP connections that I create.
The order of saving is as they are created, but that's not good for me, because I need more than 50 connections and I would like to sort them by name to find them faster, because if the order is the creation it would take a long time.

I have tried to edit the wcx_ftp.ini file but I have not been able to change anything.

Can anyone help me? Thanks

If can sort the ftp connection will be good for order the licence.
User avatar
Gral
Power Member
Power Member
Posts: 1600
Joined: 2005-01-26, 15:12 UTC

Re: I Can't Order FTP Connections by Name

Post by *Gral »

Just edit sessions names - these are display names, not connection host names.
You can even organize connections into folders by typing | as a seperator between folder name and connection.
| = U+007C - usual it's "Shift+\" on keyboard (alternatively Alt+0124 code)
Look here - http://gral.y0.pl/tc/images/ftp2.png
yzfr1
Junior Member
Junior Member
Posts: 4
Joined: 2023-08-13, 00:53 UTC

Re: I Can't Order FTP Connections by Name

Post by *yzfr1 »

Gral wrote: 2023-08-13, 01:48 UTC Just edit sessions names - these are display names, not connection host names.
You can even organize connections into folders by typing | as a seperator between folder name and connection.
| = U+007C - usual it's "Shift+\" on keyboard (alternatively Alt+0124 code)
Look here - http://gral.y0.pl/tc/images/ftp2.png
Thanks a lot, works!!!
yzfr1
Junior Member
Junior Member
Posts: 4
Joined: 2023-08-13, 00:53 UTC

Re: I Can't Order FTP Connections by Name

Post by *yzfr1 »

2Gral

Another question, i want add a buttom with a FTP command.

In the command line i put for example: CWD /etc/folder1/subfoder1/subfolder2 to go fast to a folder and work well. I try create a buttom with the same command and error.

The same with command CHMOD, in command Line works but a buttom with command not works.

I have more buttoms with command live net use and work well.

Do you know how works with ftp commands in buttoms?

Thx.
User avatar
Gral
Power Member
Power Member
Posts: 1600
Joined: 2005-01-26, 15:12 UTC

Re: I Can't Order FTP Connections by Name

Post by *Gral »

FTP specific commands doesn't works in buttons.
Use CD command instead, e.g.
CD /etc/folder1/subfoder1/subfolder2
or
command: CD
parameter: /etc/folder1/subfoder1/subfolder2
on button.

Instead CHMOD try "Change Attributes..." command from "Files" menu or just "cm_SetAttrib" command on button or command line
yzfr1
Junior Member
Junior Member
Posts: 4
Joined: 2023-08-13, 00:53 UTC

Re: I Can't Order FTP Connections by Name

Post by *yzfr1 »

Gral wrote: 2023-08-15, 11:39 UTC FTP specific commands doesn't works in buttons.
Use CD command instead, e.g.
CD /etc/folder1/subfoder1/subfolder2
or
command: CD
parameter: /etc/folder1/subfoder1/subfolder2
on button.

Instead CHMOD try "Change Attributes..." command from "Files" menu or just "cm_SetAttrib" command on button or command line
ok i will try. Thks!!
Post Reply