ispCP - Board - Support
Change vfs.php to allow a SSL only FTP Server - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Suggestions (/forum-2.html)
+--- Thread: Change vfs.php to allow a SSL only FTP Server (/thread-2633.html)



Change vfs.php to allow a SSL only FTP Server - DocSnyd3r - 03-04-2008 10:55 PM

Fixed my problem by replacing ftp_connect with ftp_ssl_connect in vfs.php. This also works if ssl is not enabled or required!
Now the choose dir function works again and users have to login via ssl and don't spam their ftp passwords everywhere. Added this info to the ticket where ftp server on non standard port is the issue.


RE: Change vfs.php to allow a SSL only FTP Server - joximu - 03-04-2008 11:28 PM

thanx for reporting