Advertisement
Guest User

Untitled

a guest
Nov 6th, 2017
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.69 KB | None | 0 0
  1. 1.
  2. a)
  3. GET /index.html HTTP/1.1
  4. host: www.student.pl
  5.  
  6. HTTP/1.1 200 OK
  7. Date: Mon, 06 Nov 2017 11:03:59 GMT
  8. Server: Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.6
  9. Last-Modified: Mon, 06 Nov 2017 10:12:21 GMT
  10. ETag: "20000000000d7-5c-55d4db0b0d40b"
  11. Accept-Ranges: bytes
  12. Content-Length: 92
  13. Content-Type: text/html
  14.  
  15. Hej! Znajdujesz się na stronie (student.pl:8080 alias www.student.pl:8080) plik index.html
  16.  
  17. GET /index.html HTTP/1.1
  18. host: www.wykladowca.pl
  19.  
  20. HTTP/1.1 200 OK
  21. Date: Mon, 06 Nov 2017 11:05:50 GMT
  22. Server: Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.6
  23. Last-Modified: Mon, 06 Nov 2017 10:13:02 GMT
  24. ETag: "20000000000e5-62-55d4db322ea5d"
  25. Accept-Ranges: bytes
  26. Content-Length: 98
  27. Content-Type: text/html
  28.  
  29. Hej! Znajdujesz się na stronie (wykladowca.pl:8080 alias www.wykladowca.pl:8080) plik start.html^C
  30.  
  31. b)
  32.  
  33. GET /index.html HTTP/1.1
  34. host: www.student.pl
  35.  
  36. HTTP/1.1 200 OK
  37. Date: Mon, 06 Nov 2017 11:07:32 GMT
  38. Server: Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.6
  39. Last-Modified: Mon, 06 Nov 2017 10:12:21 GMT
  40. ETag: "20000000000d7-5c-55d4db0b0d40b"
  41. Accept-Ranges: bytes
  42. Content-Length: 92
  43. Content-Type: text/html
  44.  
  45. Hej! Znajdujesz się na stronie (student.pl:8080 alias www.student.pl:8080) plik index.html
  46.  
  47.  
  48. c)
  49. GET /niemamnie.html HTTP/1.1
  50. host: student.pl
  51.  
  52. HTTP/1.1 404 Not Found
  53. Date: Mon, 06 Nov 2017 11:09:07 GMT
  54. Server: Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.6
  55. Content-Length: 212
  56. Content-Type: text/html; charset=iso-8859-1
  57.  
  58. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  59. <html><head>
  60. <title>404 Not Found</title>
  61. </head><body>
  62. <h1>Not Found</h1>
  63. <p>The requested URL /niemamnie.html was not found on this server.</p>
  64. </body></html>
  65.  
  66. d)
  67. GET /index.html HTTP/1.1
  68. host: www.wykladowca.pl
  69. AUTHORIZATION: basic d3lrbGFkb3djYTp3eWtsYWRvd2Nh
  70.  
  71. HTTP/1.1 200 OK
  72. Date: Mon, 06 Nov 2017 11:14:26 GMT
  73. Server: Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.6
  74. Last-Modified: Mon, 06 Nov 2017 10:13:02 GMT
  75. ETag: "20000000000e5-62-55d4db322ea5d"
  76. Accept-Ranges: bytes
  77. Content-Length: 98
  78. Content-Type: text/html
  79.  
  80. Hej! Znajdujesz się na stronie (wykladowca.pl:8080 alias www.wykladowca.pl:8080) plik start.html
  81.  
  82. e)
  83. HEAD /index.html HTTP/1.1
  84. host: student.pl
  85.  
  86. HTTP/1.1 200 OK
  87. Date: Mon, 06 Nov 2017 11:15:48 GMT
  88. Server: Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.6
  89. Last-Modified: Mon, 06 Nov 2017 10:12:21 GMT
  90. ETag: "20000000000d7-5c-55d4db0b0d40b"
  91. Accept-Ranges: bytes
  92. Content-Length: 92
  93. Content-Type: text/html
  94.  
  95.  
  96.  
  97. f)
  98. GET / HTTP/1.1
  99. host:student.pl
  100. If-Modified-Since: Mon,01 Sep 2017
  101.  
  102. HTTP/1.1 200 OK
  103. Date: Mon, 06 Nov 2017 11:19:16 GMT
  104. Server: Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.6
  105. Last-Modified: Mon, 06 Nov 2017 10:12:31 GMT
  106. ETag: "20000000000d8-56-55d4db1492d82"
  107. Accept-Ranges: bytes
  108. Content-Length: 86
  109. Content-Type: text/html
  110.  
  111. Hej! Znajdujesz się na stronie (www.student.pl:8080 alias student.pl) plik start.html
  112.  
  113. g)
  114. GET /a1.gif HTTP/1.1
  115. host: student.pl
  116.  
  117. HTTP/1.1 200 OK
  118. Date: Mon, 06 Nov 2017 11:21:07 GMT
  119. Server: Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.6
  120. Last-Modified: Fri, 26 Apr 2002 08:21:14 GMT
  121. ETag: "3000000000290-1524-39f82d983f280"
  122. Accept-Ranges: bytes
  123. Content-Length: 5412
  124. Content-Type: image/gif
  125.  
  126. GIF89a÷ccc˙11111c1cccccc11cccccccccksĽĽ{ĽĽ{­­ľľľľc1ν˝ÎÎĽĆĆľÎνÖÖĆĆĆĆÖÖĆŢŢÎ1ÎÎÎÎÎÎŢŢÖççŢďďçďďď÷÷÷÷÷÷˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ţH° *\Č°ĄĂ#JHą˘Ĺ3jÜČąŁÇ CI˛¤É(SŞ\ɲĽË0cĘISĽ5sęÜiň&7y
  127. JT˘ĎH]ĘtŠ¤PhJľjMD*`ŞŐpÁ͡h×Ęp\KNź¸˛U'ěâ
  128. CKV`š4SĚÇĺ,ÂóŔ
  129. 0`F|´éŰB5`:ëÎ>Ç}xď^۸çÔ­Ąšóć
  130. ĂřqĺŘŘÎ]zAŘÔ­ţ×ÎNžŚn˝ÔŤ[G^ž}Ë
  131. đ3ĚčrzńěÝëG ž
  132. ř3'fŕĹś^kű%Čü'kťíe`m ÔŕÁF
  133. đV á$mŘ Ě=ç\t(îÔh#¨ĽČ]w1ćäA D#9PuTTY~ľŁ=zxĄeEŁGéB9@ViĐfPÂ'  ŃöŐYfŮofÉ$S.ů"ńUYhU2
  134. ¤k#ę[čąÜî8WgőZkă:[Žš-Ü˝vßzT}eęÄ\|b*şčzÂPĂl×5Uc jşévţEE?ÚŠ_J[Ş~Ň)Žś ˇÖ$ëŹČÚjZ7éP_F@c]śš$
  135. ´iş| ëR˘ţh¨\cdŻgáÍúŹ$ 8Vî°ŮŠĄA"R7`lÎ r
  136. ¨î´ZťdŔk
  137. Rg 3łö^
  138. 5Đ02É~FpîÉëFÜnË.{TĚHÓÁ˝K
  139. Hw03u$<_ÎOĚŔąr7qÖ3Îxąť]ŇaČţ"ßűtÚjłMÓŔôüĺnˇËrÝv-łŘIďšČó0ŕţBz"c^|BĂ
  140. ˝$×_äŢ"@ôä}[NŔô;ZC0lę)>Îşń°p/@Ô$ßkHún n×č đđÄkx|ëxONň0ď|ŮkĎÄ]ďđwž]ö˝gĎćdpá?´?âóL¸
  141. śńoç
  142. <ç­MzÓŤÁč5ŘI?Q
  143. Đéâ+)ŠÝ ě'AJQT$ŔHÖĎ<šd%iŠĚ=.s'
  144. Nt¤ůŁćyq4ä!eRCEv&ťÉŕöúLrqü%-#M鸨Äf6ľÉFn&R>ţ¤ü(ž´s WH@Ń8ĎQ2¨Ůçőާ=
  145. Ž/.XA@ò#ď0
  146. tŢA]"ł#zsYÁV°EÄđÍN&ŞH¤ýiFTđRÚÔ".
  147. éMw
  148. ާ@u
  149. &đÓ 5!9eéŕĚ;#Tt:<ĄŠN=hB/R2ŞkD ËX!bľJNKŻ>ÓŹCĄ\IV´śľŹë
  150. ]_éĚ0Î'>eŤ$iŐKŢ5~}ëXKX§Ţqd}Ś2s2Ô˘îDćLgW]éLĹNV"ľŞbӚ̞îąX%IRË9ŘŃó~đQ+2á
  151. ˤ˛2Éđ/Ňá$xÁ,ńILá&+°WĂřˇä­@PLcŘŘ%ZuÉ
  152. *`÷ŘÇ-˛sźă#säÇ+špJÜd'?9É+ąJ\d+{Ę(9ń-Pe/wĚ&Ńrţtuld3cÍŞĹqI¸Üf7żËióH¨\g;ßŮĂs^rIRŔf?Î rHR0ôŮĐ5ĆłHÔźč |@Ŕ>ł¤-čJ_:Ó&A4G(íÔĄŢtGÍScŐőLőźWĂ:%˛žKméWß$šŤ1bë_Ť$Ř!5ą{ml ;"ťÖ
  153. ÝlgŤ§]Ö¨]mk:#ž~
  154. úŘOţś÷ÓŞTą!ąöđ{ˇ%n)ŮvJ@&_SóOţGÎđĎ8Ŕő {Ü(ý˛ÖpD,-mŕ?§ć>Ůú70đ;şă?ÉęgÔzşýřŻÁŔ$űš'7ťWů'á]ÂzŰ!` ÎťŔ\fEśˇľ nçz}ćN÷ş[ âŇ*Ö˝­
  155. 8@řŘX  ¨~ď7$ęŽq8ű,h7\!~Č+xďr!<h>h@¸Ex
  156. _1
  157. 4¸0?Č
  158. T1
  159. Czág
  160. TxVh˝Z¸
  161. %Ń `=5Ré¸nć
  162. *Č" hj¸lŘnhW´őč$Zo¨Ě%sh}nČJöuŚUGýCNč^L%WuřGúő^Q>'ݸóľá^(DŮzřU×) ľÇsNń¨]?^{YH×ŐąaÇö¨řŔýřIiyzÉaőéŠ1onXň6mČHćŰ(#i&šŠm šţ(\
  163. (ů/ +3Ii'Ů#A
  164. HEšWv,¨KIGéIéaFăYI
  165. \ŮLkHIwa)Růeeůsg%!2×nůk)pr9tŠ&wx×Ç}éś)
  166. G
  167. ľiAĆľ)¨IĂIA5ţđÓńĐé1)XŇbrÍ)ĎáŢiŁóuőiâ˝s ŤćéĆšę  źá"jÝ)ÖÓ 
  168. J
  169. şiďôNÚ&8s$'& !bĄÜ)ňŮĄÁ÷Ů`ŚWPWs&ą8"éŇ$+Ę=.q 7Ł4ş 2eĹ1go5đ J˘MJa0ő¤5ŕѢőáqŞ%X˘ę)& s(ńqĄJ
  170. ŚaJvç!%ôůo>:ĽĆYÖ2jc¤ńštEQŁ
  171. ú˘]§Ę¤;áâwŚńđI%8c|ă4=¸
  172. PsÔŮ&_q39ł3%ăúĘ`ę?57ĽGŇŚüiM6 Š*OÚŞ2Ź5đpT¨UÁ5QÓ>ďÉĽ!ŇĎ8
  173. Ź MđAr˛z˘Č*2ĐVÇŹŞPâĘŤÂŞż
  174. PŃqţ¨ćy˘BÚ
  175. ´RË{lZą¨şTáŤę?ÔĘŽą­Ua°.°Đł°QĽ KdęYŇz/;í$a"ëţxlóŞZzK­úúułz.3Ť¨ávZ­VťGŇ/ąędT´
  176. áąČ fzęZ¨Ë[ű°ĄĽëzśĆúŚ*Áśĺ9Ź3ţÉqëTđɡűłEaQzŰąÔůŁ".Ť{2|á ŹÓ!3Iő>Őʡnű¸Q¤úśĆŠś-)ň04ý"3ËŻů=:šTšťůˇŰŁ&ęˇk*¨2ĺťU
  177. ťVq­Ĺ
  178. ´Ä[ź(ţëť@źÉB.ÍkťSšj˛¨Ť; U
  179. Ťg4Đť4ztý˝Â[JżęTk&Ť)§0ńžŢK´lęźi;ž^"uK0ÍŃŔż
  180. ˝Ŕ[ż%!ŔúR
  181. žHşŃ
  182. ŞČ
  183. ń UňS\hĚ~Ë Z
  184. lVŠłĚ"ÔŻúÄQLÁáĘkAN
  185. ˘čČślTŃÝŁZlA
  186. vöÓô´QÄĚÍâ[VŃföÓ@Ô×K¸2Ă\ľF1tP;,PÔ[-ePŤÁ!Ń˝ĹŘ^˘ŹŘ
  187. LňQőDŔzÉ2ĂÁçĎŻÜĐťlÉUţÎuYVąŃÚ´Qľ;ż\Ď
  188. ĘŤhIH˘lĚĄ<Ęʸ^-ńËÄŠĎŘČžěKÁŰžaĎşýť,Ρ\ĺhÍűě
  189.  
  190. Ü)y8 °fŮÍWúĚE]U
  191. jř<W
  192. í×@ ,ż=ŮśuĎÄM[ţl+ËĎÜÖŃ}ÝŘ
  193. ÎEUxŮz­\.ÁĐşLФ|gĚß<\śÍÎ=Iö
  194.  
  195.  
  196.  
  197. rcpt to: <pai02@student.pl>
  198. rcpt to: <pai03@student.pl>
  199. rcpt to: <pai04@student.pl>
  200. rcpt to: <pai06@student.pl>
  201. rcpt to: <pai07@student.pl>
  202. rcpt to: <pai08@student.pl>
  203.  
  204. 220 SMTP on InetServer (3.2.3) ready.
  205. helo student.pl
  206. 250 HELO
  207. mail from: <pai05@student.pl>
  208. 250 OK
  209. rcpt to: <pai01@student.pl>
  210. 250 OK
  211. rcpt to: <pai02@student.pl>
  212. 250 OK
  213. rcpt to: <pai03@student.pl>
  214. 250 OK
  215. rcpt to: <pai04@student.pl>
  216. 250 OK
  217. rcpt to: <pai06@student.pl>
  218. 250 OK
  219. rcpt to: <pai07@student.pl>
  220. 250 OK
  221. rcpt to: <pai08@student.pl>
  222. 250 OK
  223. data
  224. 354 Enter your data, end with <crlf>.<crlf>
  225. tu zespol 05
  226. .
  227. 250 OK
  228. quit
  229.  
  230. b,c)
  231. 220 SMTP on InetServer (3.2.3) ready.
  232. helo student.pl
  233. 250 HELO
  234. mail from: <pai05@student.pl>
  235. 250 OK
  236. rcpt to: <nieistnieje@student.pl>
  237. 250 OK
  238. data
  239. 354 Enter your data, end with <crlf>.<crlf>
  240. witaj nieistniejacy kolego
  241. .
  242. 250 OK
  243. quit
  244. 221 Closing connection
  245.  
  246.  
  247. d)
  248. 220 SMTP on InetServer (3.2.3) ready.
  249. helo student.pl
  250. 250 HELO
  251. mail from: <pai05@student.pl>
  252. 250 OK
  253. rcpt to: <pai06@student.pl>
  254. 250 OK
  255. data
  256. 354 Enter your data, end with <crlf>.<crlf>
  257. Subject:tytul wiadomosci
  258. hello
  259.  
  260. hello there
  261. .
  262. 250 OK
  263. quit
  264. 221 Closing connection
  265.  
  266. e)
  267. +OK POP3 on InetServer (3.2.3) ready.
  268. user pai05
  269. +OK user accepted
  270. pass pai05
  271. +OK welcome
  272. stat
  273. +OK 2 81
  274. list
  275. +OK 2 81
  276. 1 24
  277. 2 57
  278. .
  279. retr 1
  280. +OK 24 octets
  281. Przemek i Bartosz
  282. .
  283. quit
  284. +OK closing connection
  285.  
  286.  
  287.  
  288. f)
  289. +OK POP3 on InetServer (3.2.3) ready.
  290. user pai05
  291. +OK user accepted
  292. pass pai05
  293. +OK welcome
  294. top 1
  295. +OK showing 10 lines
  296. Przemek i Bartosz
  297. .
  298. quit
  299. +OK closing connection
  300.  
  301.  
  302.  
  303. g)
  304. +OK POP3 on InetServer (3.2.3) ready.
  305. user pai05
  306. +OK user accepted
  307. pass pai05
  308. +OK welcome
  309. stat
  310. +OK 3 104
  311. retr 10
  312. -ERR no data found
  313. quit
  314. +OK closing connection
  315.  
  316.  
  317.  
  318.  
  319. h)
  320. +OK POP3 on InetServer (3.2.3) ready.
  321. user pai05
  322. +OK user accepted
  323. pass pai05
  324. +OK welcome
  325. stat
  326. +OK 3 104
  327. dele 1
  328. +OK Message deleted
  329. stat
  330. +OK 4 142
  331. dele 1
  332. +OK Message deleted
  333. stat
  334. +OK 4 142
  335. dele 1
  336. +OK Message deleted
  337. dele 1
  338. +OK Message deleted
  339. dele 1
  340. +OK Message deleted
  341. stat
  342. +OK 4 142
  343. dele 2
  344. +OK Message deleted
  345. stat
  346. +OK 5 165
  347. quit
  348. +OK closing connection
  349.  
  350. 3
  351. a)ftp> open 10.0.0.4
  352. Połączony z 10.0.0.4.
  353. 220-FileZilla Server version 0.9.24 beta
  354. 220-written by Tim Kosse (Tim.Kosse@gmx.de)
  355. 220 Please visit http://sourceforge.net/projects/filezilla/
  356. Użytkownik (10.0.0.4:(none)): pai05
  357. 331 Password required for pai05
  358. Hasło:
  359. 230 Logged on
  360. ftp> ls
  361. 200 Port command successful
  362. 150 Opening data channel for directory list.
  363. plik_01.txt
  364. z05
  365. zespol05
  366. 226 Transfer OK
  367. ftp: 64d bajtów odebranych w 0,00Sekund 28000,00Kbajtów/sek.
  368. ftp> help
  369. Polecenia mogą zostać skrócone. Polecenia:
  370.  
  371. ! delete literal prompt send
  372. ? debug ls put status
  373. append dir mdelete pwd trace
  374. ascii disconnect mdir quit type
  375. bell get mget quote user
  376. binary glob mkdir recv verbose
  377. bye hash mls remotehelp
  378. cd help mput rename
  379. close lcd open rmdir
  380. ftp> mkdir zes05
  381. 257 Directory created successfully
  382. ftp> cd
  383. Katalog zdalny
  384. cd katalog zdalny.
  385. ftp> cd /zes05
  386. 250 CWD successful. "/zes05" is current directory.
  387. ftp> cd ../
  388. 250 CWD successful. "/" is current directory.
  389. ftp> ls
  390. 200 Port command successful
  391. 150 Opening data channel for directory list.
  392. plik_01.txt
  393. z05
  394. zes05
  395. zespol05
  396. 226 Transfer OK
  397. ftp: 64d bajtów odebranych w 0,00Sekund 35000,00Kbajtów/sek.
  398. ftp> rmdir z05
  399. 250 Directory deleted successfully
  400. ftp> status
  401. Połączony z 10.0.0.4.
  402. Typ: ascii; Pełna informacja: Wł. ; Sygnał dźwiękowy: Wył. ; Ostrzeżenie: Wł. ;
  403. Globbing: Wł.
  404. Debugowanie: Wył. ; Drukowanie znaku hash: Wył. .
  405. Ftp>
  406.  
  407. b)ftp> open 10.0.0.4
  408. Połączony z 10.0.0.4.
  409. 220-FileZilla Server version 0.9.24 beta
  410. 220-written by Tim Kosse (Tim.Kosse@gmx.de)
  411. 220 Please visit http://sourceforge.net/projects/filezilla/
  412. Użytkownik (10.0.0.4:(none)): pai05
  413. 331 Password required for pai05
  414. Hasło:
  415. 230 Logged on
  416. ftp> ls
  417. 200 Port command successful
  418. 150 Opening data channel for directory list.
  419. plik_01.txt
  420. z05
  421. zespol05
  422. 226 Transfer OK
  423. ftp: 64d bajtów odebranych w 0,00Sekund 28000,00Kbajtów/sek.
  424. ftp> help
  425. Polecenia mogą zostać skrócone. Polecenia:
  426.  
  427. ! delete literal prompt send
  428. ? debug ls put status
  429. append dir mdelete pwd trace
  430. ascii disconnect mdir quit type
  431. bell get mget quote user
  432. binary glob mkdir recv verbose
  433. bye hash mls remotehelp
  434. cd help mput rename
  435. close lcd open rmdir
  436. ftp> mkdir zes05
  437. 257 Directory created successfully
  438. ftp> cd
  439. Katalog zdalny
  440. cd katalog zdalny.
  441. ftp> cd /zes05
  442. 250 CWD successful. "/zes05" is current directory.
  443. ftp> cd ../
  444. 250 CWD successful. "/" is current directory.
  445. ftp> ls
  446. 200 Port command successful
  447. 150 Opening data channel for directory list.
  448. plik_01.txt
  449. z05
  450. zes05
  451. zespol05
  452. 226 Transfer OK
  453. ftp: 64d bajtów odebranych w 0,00Sekund 35000,00Kbajtów/sek.
  454. ftp> rmdir z05
  455. 250 Directory deleted successfully
  456. ftp> status
  457. Połączony z 10.0.0.4.
  458. Typ: ascii; Pełna informacja: Wł. ; Sygnał dźwiękowy: Wył. ; Ostrzeżenie: Wł. ;
  459. Globbing: Wł.
  460. Debugowanie: Wył. ; Drukowanie znaku hash: Wył. .
  461. ftp> send D:\Gru_3ID13A\danezespolu.txt danezespolu.txt
  462. 200 Port command successful
  463. 150 Opening data channel for file transfer.
  464. 226 Transfer OK
  465. ftp: 64d bajtów wysłanych w 0,00Sekund 41000,00Kbajtów/sek.
  466. ftp> ls
  467. 200 Port command successful
  468. 150 Opening data channel for directory list.
  469. danezespolu.txt
  470. plik_01.txt
  471. zes05
  472. zespol05
  473. 226 Transfer OK
  474. ftp: 64d bajtów odebranych w 0,00Sekund 47000,00Kbajtów/sek.
  475. Ftp>
  476.  
  477.  
  478. c)
  479. ftp> open 10.0.0.4
  480. Połączony z 10.0.0.4.
  481. 220-FileZilla Server version 0.9.24 beta
  482. 220-written by Tim Kosse (Tim.Kosse@gmx.de)
  483. 220 Please visit http://sourceforge.net/projects/filezilla/
  484. Użytkownik (10.0.0.4:(none)): pai05
  485. 331 Password required for pai05
  486. Hasło:
  487. 230 Logged on
  488. ftp> ls
  489. 200 Port command successful
  490. 150 Opening data channel for directory list.
  491. danezespolu.txt
  492. plik_01.txt
  493. zes05
  494. zespol05
  495. 226 Transfer OK
  496. ftp: 64d bajtów odebranych w 0,00Sekund 47000,00Kbajtów/sek.
  497. ftp> recv danezespolu.txt
  498. 200 Port command successful
  499. 150 Opening data channel for file transfer.
  500. 226 Transfer OK
  501. ftp: 64d bajtów odebranych w 0,00Sekund 41000,00Kbajtów/sek.
  502. ftp>
  503.  
  504. d)
  505. ftp> open 10.0.0.4
  506. Połączony z 10.0.0.4.
  507. 220-FileZilla Server version 0.9.24 beta
  508. 220-written by Tim Kosse (Tim.Kosse@gmx.de)
  509. 220 Please visit http://sourceforge.net/projects/filezilla/
  510. Użytkownik (10.0.0.4:(none)): pai05
  511. 331 Password required for pai05
  512. Hasło:
  513. 230 Logged on
  514. ftp> ls
  515. 200 Port command successful
  516. 150 Opening data channel for directory list.
  517. danezespolu.txt
  518. plik_01.txt
  519. zes05
  520. zespol05
  521. 226 Transfer OK
  522. ftp: 64d bajtów odebranych w 0,00Sekund 47000,00Kbajtów/sek.
  523. ftp> recv danezespolu.txt
  524. 200 Port command successful
  525. 150 Opening data channel for file transfer.
  526. 226 Transfer OK
  527. ftp: 64d bajtów odebranych w 0,00Sekund 41000,00Kbajtów/sek.
  528. Ftp>
  529. c)
  530. 220-FileZilla Server version 0.9.24 beta
  531. 220-written by Tim Kosse (Tim.Kosse@gmx.de)
  532. 220 Please visit http://sourceforge.net/projects/filezilla/
  533. user pai05
  534. 331 Password required for pai05
  535. pass pai05
  536. 230 Logged on
  537. mkd TMP
  538. 257 Directory created successfully
  539. help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement