[patch #4492] Patch, allowing to set port to connect for FIle transfer over SHell filesystem

2005-10-13 Thread Alexander Bodnarashik
Follow-up Comment #6, patch #4492 (project mc): Unfortunately i can't see how https://savannah.gnu.org/patch/?func=detailitemitem_id=4492#comment5 can help me to solve problem of using same variable for flags and port in vfs_split_url. anyway i've considered other comments, so sending new patch.

bug report

2005-10-13 Thread Michael Lashkevich
The MC's internal viewer enters probably infinite cycle while paging binary files or files containing some 8-bit characters. It opens the Seach dialog with the characters 1;2c or something like that. Then you press Escape, the dialog disappears and reappears in a moment with the same

[patch #4492] Patch, allowing to set port to connect for FIle transfer over SHell filesystem

2005-10-13 Thread Leonard den Ottolander
Follow-up Comment #7, patch #4492 (project mc): Problem is that one can't specify both a port and a compressed connection. But that problem is not in your code but the way vfs_split_url() parses the options. Best thing would be to fix the parsing of the options in vfs_split_url().