Hi, thank you all for ideas.

I liked the sftp mount idea best, but it turns out sftp is not the same as
ftps :)
This answer from
http://serverfault.com/questions/33747/mount-a-ftps-server-to-a-linux-directory
 made me use  curlftpfs.

I could successfully list remote files after using

curlftpfs ftp://user:p...@ftp.host.com/ /mnt/ftp -o
allow_other,ssl,no_verify_peer -v

Had to use no_verify_peer since the certificate is self-signed...


​While researching this I also found Net::FTPSSL
<http://search.cpan.org/~kral/Net-FTPSSL-0.04/FTPSSL.pm>
​ ​but will not look into that as curlftpfs method works.

Thank you again

Jure
​
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to