Ticket #1958 (closed defect: worksforme)
ftp fails with tsocks
Reported by: | NNemec | Owned by: | NNemec |
---|---|---|---|
Priority: | minor | Milestone: | 4.7 |
Component: | mc-vfs | Version: | 4.7.0.1 |
Keywords: | FTP vfs | Cc: | zaytsev |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
My machine has no direct internet connection, so I am using ssh-tunnel with tsocks for everything. So far, nearly every program has worked fine. In MC, however, the FTP vfs does not work. I set the option for passive FTP, but I still get the same error "Permission denied (13)" for two different ftp connections that work perfectly from another, directly connected machine.
The SSH vfs works perfectly.
My guess is that MC uses some built-in routine for making the FTPfs connection rather than the standard libc functions that are replaced by the tsocks prelink.
I believe this error only came up recently, but I cannot say for sure.
Change History
comment:2 Changed 14 years ago by zaytsev
- Cc zaytsev added
Does the patchset from #121 fix it for you?