Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/guestftp/4.3.2.html
Дата изменения: Fri Jan 17 12:43:17 1997 Дата индексирования: Tue Oct 2 00:19:02 2012 Кодировка: |
These commands are used to tell ftp what type of file is to be transferred, in order that the transfer will take place correctly.
If the file you are transferring is a binary or 8 bit file (for example an executable file or an archive), you should issue a binary command to ftp before the get or put, ie:
ftp> binary ftp> get paper.doc
To switch back to transferring ordinary text or 7 bit files, issue an ascii command to ftp.