Feb 8, 2005 #1 Bernini Programmer Oct 26, 2004 98 MT Hi All I have a problem as i've built a tool which works on ftp, but the server i am to install on has only secure ftp ie sftp. What do i need to work with sftp; what do i need to install? and what have i need to change to work with sftp on php? Thanks B
Hi All I have a problem as i've built a tool which works on ftp, but the server i am to install on has only secure ftp ie sftp. What do i need to work with sftp; what do i need to install? and what have i need to change to work with sftp on php? Thanks B
Feb 8, 2005 #2 jpadie Technical User Nov 24, 2003 10,094 FR replace ftp_connect with ftp_ssl_connect see http://uk.php.net/manual/en/function.ftp-ssl-connect.php for details. hth Justin Upvote 0 Downvote
replace ftp_connect with ftp_ssl_connect see http://uk.php.net/manual/en/function.ftp-ssl-connect.php for details. hth Justin
Feb 8, 2005 #3 jpadie Technical User Nov 24, 2003 10,094 FR replace ftp_connect with ftp_ssl_connect see http://uk.php.net/manual/en/function.ftp-ssl-connect.php for details. hth Justin Upvote 0 Downvote
replace ftp_connect with ftp_ssl_connect see http://uk.php.net/manual/en/function.ftp-ssl-connect.php for details. hth Justin