ftp_lang.php
Go to the documentation of this file.00001 <?php
00002
00003 $lang['ftp_no_connection'] = "Unable to locate a valid connection ID. Please make sure you are connected before peforming any file routines.";
00004 $lang['ftp_unable_to_connect'] = "Unable to connect to your FTP server using the supplied hostname.";
00005 $lang['ftp_unable_to_login'] = "Unable to login to your FTP server. Please check your username and password.";
00006 $lang['ftp_unable_to_makdir'] = "Unable to create the directory you have specified.";
00007 $lang['ftp_unable_to_changedir'] = "Unable to change directories.";
00008 $lang['ftp_unable_to_chmod'] = "Unable to set file permissions. Please check your path. Note: This feature is only available in PHP 5 or higher.";
00009 $lang['ftp_unable_to_upload'] = "Unable to upload the specified file. Please check your path.";
00010 $lang['ftp_no_source_file'] = "Unable to locate the source file. Please check your path.";
00011 $lang['ftp_unable_to_rename'] = "Unable to rename the file.";
00012 $lang['ftp_unable_to_delete'] = "Unable to delete the file.";
00013 $lang['ftp_unable_to_move'] = "Unable to move the file. Please make sure the destination directory exists.";
00014
00015
00016
00017