GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/MichaelMalz/CST2608/Labs/_Archive/Lab09/ |
Upload File : |
<? // JimMartinson/CST2608/Labs/Lab08/index.php include('Course/courseInfo.phpinc'); include('../../classInfo.phpinc'); $evaluationTitle = "FTP Server"; $evaluationNumber = twoDigit($evaluationNumber); $evaluationType = "Lab"; $evaluationTitle = $evaluationTitle; if (strlen($evaluationNumber) == 1) { $evaluationName = $evaluationType."0".$evaluationNumber; $evaluationName = $evaluationType."0".$evaluationNumber; } else { $evaluationName = $evaluationType.$evaluationNumber; $evaluationName = $evaluationType.$evaluationNumber; } if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle; $title = $evaluationType." ".$evaluationNumber.": ".$evaluationTitle; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; $smallTitle = true; $js='openCenteredWindow'; include('common/pageHeader.phpinc'); include('JimMartinson/CST2608/Labs/StudentServerNameNAT.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title.' - '.username($userId); $servername = strtolower(str_replace(array("-"," "),"",userLastname($userId))); $spaces = 12 - strlen($servername); $username = strtolower(str_replace(array("-"," "),"",$_SESSION['userFirstName'])); if ( $spaces > 0 ) { $spaces = str_repeat(" ",$spaces); } else { $spaces = " "; } include('common/sectionHeader.phpinc'); ?> <fieldset><legend>Description</legend> . </fieldset> <p> <fieldset><legend>Lab Instruction</legend> <ol start="1"> <li>Install FTP Server. <ol type="a"> <li>Install FTP Server as per Chapter 14.1 <i>FTP Server</i> in the <a href="/JimMartinson/CST2608/dn/Ubuntu/Ubuntu12.04_ServerGuide.pdf">Ubuntu 12.04 Server Guide</a>.</li> <li>Configure the FTP server for anonymous access.</li> <li>Configure the FTP server for user access.</li> </ol> </li> <li>Install FileZilla FTP client. <ol type="a"> <li>Install and configure <a href="https://filezilla-project.org/">FileZilla FTP client</a> for FTP to your server.</li> <li>Display the configuration dialog.<br> Take a screenshot and save it as <b style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?>a-<?=$userFileName?>.png</b>. <br><div id="show<?=$evaluationNumber?>a" class="inline">(<a href="#" onClick="divHide('show<?=$evaluationNumber?>a'); divShow('<?=$evaluationNumber?>a'); return false;">Show example</a>)</div> <div id="<?=$evaluationNumber?>a" class="hidden">(<a href="#" onClick="divHide('<?=$evaluationNumber?>a'); divShowInline('show<?=$evaluationNumber?>a'); return false;">Hide example</a>)<br> <img src="images/CST2608-Lab<?=$evaluationNumber?>a-JimMartinson.png" title="Example screenshot"> </div> </li> <li>Connect the FTP client to your server. Take a screenshot and save it as <b style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?>b-<?=$userFileName?>.png</b>. <br><div id="show<?=$evaluationNumber?>b" class="inline">(<a href="#" onClick="divHide('show<?=$evaluationNumber?>b'); divShow('<?=$evaluationNumber?>b'); return false;">Show example</a>)</div> <div id="<?=$evaluationNumber?>b" class="hidden">(<a href="#" onClick="divHide('<?=$evaluationNumber?>b'); divShowInline('show<?=$evaluationNumber?>b'); return false;">Hide example</a>)<br> <img src="images/CST2608-Lab<?=$evaluationNumber?>b-JimMartinson.png" title="Example screenshot"> </div> </li> </ol> </li> <li> <a href="mailto:jim.martinson@ridgewater.edu?subject=<?=$courseNumber?> <?=$evaluationName?> Submission">Send an email</a> to jim.martinson@ridgewater.edu with a subject of <b style="white-space:nowrap"><?=$courseNumber?> <?=$evaluationName?> Submission</b> and attach the following files: <ol type="a"> <li><?=$courseNumber?>-<?=$evaluationName?>a-<?=$userFileName?>.png</li> <li><?=$courseNumber?>-<?=$evaluationName?>b-<?=$userFileName?>.png</li> <li>/etc/vsftpd.conf</li> </ol> </li> </ol> </fieldset> <fieldset><legend>Grading Criteria</legend> Demonstrated assignment effectively: 10 points. <br> There are some things I expect. If they are incorrect you will lose the following: <br> Incorrect attachment file name: -1 pt. <br> Work submitted incorrectly: -1pt. <br> Incorrect subject in email: -1pt. <br> Second and subsequent submission of work for grading: -1pt. <br> Work submitted late: -1pt per week. </fieldset> <!-- <fieldset class="pio"><legend>Objectives</legend> <ol class="obj pio" start="22"> <li>Describe web hosting.</li> <li>Install and configure web hosting services such as Apache Web Server and PHP.</li> <li>Use web services.</li> </ol> </fieldset> --> <!-- <fieldset><legend>Notes</legend> See <a href="Lab08/Notes">Notes</a>.<br> Here is a <a href="Labs/<?=$evaluationName?>/<?=$evaluationName?>.zip"><?=$evaluationName?>.zip</a> file with examples of what must be turned in as well as pico and sudo scripts to help with the assignment.<br> </fieldset> --> <? include('../../ReferencesResources.phpinc'); include('common/sectionFooter.phpinc'); include('common/pageFooter.phpinc'); ?>