zaValli adlı üyeden alıntı: mesajı görüntüle
Sırasıyla yaptım ama -bash: curlftpfs: command not found böyle hata veryor. "curlftpfs ftp-user:ftpkullaniciadi@FtpIPAdresi /uzakftp" bu kodu girdikten sonra
İşletim sisteminiz nedir? yum -y install curlftpfs yazdığınızda yüklemedi mi?

İşletim sisteminiz Centos ise aşağıdaki komutları da sırasıyla uygulayınız. Muhtemelen yum deponuz güncel değil ve curlftpfs bulunamıyor.

yum install glib2-devel  \

yum install fuse-devel  \

yum install libcurl-devel \  wget http://sourceforge.net/projects/curlftpfs/files/latest/download  \

mv download curlftpfs-0.9.2.tar.gz \

tar xvzf curlftpfs-0.9.2.tar.gz  \

cd curlftpfs-0.9.2  \

./configure \

make \

make install
Sonrasında tekrar mount etmeyi deneyin

curlftpfs ftp-user:ftpkullaniciadi@FtpIPAdresi /uzakftp