sebastinas / yafc

Yafc is yet another ftp client (with some handy features)
Other
45 stars 16 forks source link

Tab completion for remote commands complete against local filenames #47

Open fastcat opened 10 years ago

fastcat commented 10 years ago

Using Debian's 1.3.5-1 package.

If I connect to a server, and type "ls ", I get expansions for local filenames, not remote ones. The same problem applies to get, cd, etc.

fastcat commented 10 years ago

Related: tab completion for cd to an absolute path does local completion, but cd for a relative path does remote completion.

fastcat commented 10 years ago

Local tab completion has issues too, e.g. "lcd Down" completes to "lcd Downloads " (note the space) instead of "lcd Downloads/"

petersenm commented 8 years ago

Same issue. I had been using 1.3.1 (from the Ubuntu 12.04 package) just fine. I just upgraded to Ubuntu 16.04.1, which pulls version 1.3.7 of yafc and it has problems completing remote filenames. It behaves as if it is trying to match local filenames when using the 'get' command.