I'm using feisty amd_64.
I installed gftp using apt-get
when I run gftp I get
"""
Error: Can't find gFTP binaries installed in /usr/bin
ldd gftp
ldd: ./gftp: No such file or directory
tim@bart:~/prj$ which gftp
/usr/bin/gftp
tim@bart:~/prj$ file gftp
gftp: ERROR: cannot open `gftp' (No such file or directory)
"""
If someone has a fix for this, I would appreciate it. From what I am seeing, I would
bet that gftp is 32-bit and is attempting to link to 64 bit shared objects.
If there is no fix, can anyone recommend a ftp client that will work on
64 - bit ubuntu?
I have fireFTP, but since I am a web programmer with many ftp sites to connect to
I would need something that is
1)Capable of arranging sites into folders
2)Independent of firefox. I love firefox, but upgrades of firefox
have outdated some tools in the past.
thanks
tim
I installed gftp using apt-get
when I run gftp I get
"""
Error: Can't find gFTP binaries installed in /usr/bin
ldd gftp
ldd: ./gftp: No such file or directory
tim@bart:~/prj$ which gftp
/usr/bin/gftp
tim@bart:~/prj$ file gftp
gftp: ERROR: cannot open `gftp' (No such file or directory)
"""
If someone has a fix for this, I would appreciate it. From what I am seeing, I would
bet that gftp is 32-bit and is attempting to link to 64 bit shared objects.
If there is no fix, can anyone recommend a ftp client that will work on
64 - bit ubuntu?
I have fireFTP, but since I am a web programmer with many ftp sites to connect to
I would need something that is
1)Capable of arranging sites into folders
2)Independent of firefox. I love firefox, but upgrades of firefox
have outdated some tools in the past.
thanks
tim
Comment