| 19 | Please test attached patch. This changes have to be documented in manuals before commit to CVS. |
| 20 | |
| 21 | vfs/ChangeLog: |
| 22 | |
| 23 | * fish.c: Iterpret SUP.flags as port number if SUP.flags is not in 0, FISH_FLAG_COMPRESSED and FISH_FLAG_RSH. Weakness: port number |
| 24 | |
| 25 | and r and C option cannot be used together. |
| 26 | Port 1 will be interpretted as 'C' option, port 2 as 'r'. |
| 27 | |
| 28 | (fish_open_archive_int): Change for above. |
| 29 | (fish_fill_names): Likewise. |
| 30 | }}} |
| 31 | |
| 32 | Comment 2 by Leonard den Ottolander <leonardjo> at Sat 28 Oct 2006 12:43:20 PM UTC: |
| 33 | {{{ |
| 34 | > Weakness: port number |
| 35 | > and r and C option cannot be used together. |
| 36 | > Port 1 will be interpretted as 'C' option, port 2 as 'r'. |
| 37 | |
| 38 | |
| 39 | Do I understand correctly that a port number can be combined with C or r? And does one have to specify a port number if one uses 'r'? Please explain any syntax changes that you introduced. |
| 40 | |
| 41 | From what I remember from earlier investigations to separate out the port from the other options we need to add an extra variable to some of the functions. Am I mistaken? |
| 42 | |
| 43 | Maybe it's best first to decide on a new option syntax that allows all combinations and then implement that new syntax? |
| 44 | }}} |
| 45 | |
| 46 | Comment 3 by Andrew V. Samoilov <sav> at Mon 30 Oct 2006 12:04:54 PM UTC: |
| 47 | {{{ |
42 | | > Weakness: port number |
43 | | > and r and C option cannot be used together. |
44 | | > Port 1 will be interpretted as 'C' option, port 2 as 'r'. |
45 | | |
46 | | |
47 | | Do I understand correctly that a port number can be combined with C or r? And does one have to specify a port number if one uses 'r'? Please explain any syntax changes that you introduced. |
48 | | |
49 | | From what I remember from earlier investigations to separate out the port from the other options we need to add an extra variable to some of the functions. Am I mistaken? |
50 | | |
51 | | Maybe it's best first to decide on a new option syntax that allows all combinations and then implement that new syntax? |
52 | | Leonard den Ottolander <leonardjo> |
53 | | Project Member |
54 | | Fri 27 Oct 2006 12:15:02 PM UTC, comment #1: |
55 | | |
56 | | Hello, Palo. |
57 | | |
58 | | Please test attached patch. This changes have to be documented in manuals before commit to CVS. |
59 | | |
60 | | vfs/ChangeLog: |
61 | | |
62 | | * fish.c: Iterpret SUP.flags as port number if SUP.flags is not in 0, FISH_FLAG_COMPRESSED and FISH_FLAG_RSH. Weakness: port number |
63 | | |
64 | | and r and C option cannot be used together. |
65 | | Port 1 will be interpretted as 'C' option, port 2 as 'r'. |
66 | | |
67 | | (fish_open_archive_int): Change for above. |
68 | | (fish_fill_names): Likewise. |
69 | | Andrew V. Samoilov <sav> |
70 | | Project MemberIn charge of this item. |
71 | | Tue 17 Oct 2006 12:51:17 PM UTC, original submission: |
72 | | |
73 | | this is a feature request: |
74 | | include the ability to specify port number to connect to in the shell link to machine feature |
| 69 | Comment 4 by Palo Simo <palos> at Mon 30 Oct 2006 08:11:45 PM UTC: |
| 70 | {{{ |
| 71 | Thank you for the patch, it is working okay, great! |
| 72 | I do not use any of the other options, so I don't know if they are affected - I think you know whether or not ... |