Найдено документов: 281671 (180 сайтов) ---- Время поиска: 0.86сек. |
Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/tasks/ftp3.2.2.html.
http://comet.sai.msu.ru/UNIXhelp/tasks/ftp3.2.2.html.
1. Sending files to a remote host
. To send one file from the local host to the remote host you can use either the send or the put command. To send multiple files to the the remote host use the mput command. Files to be sent are assumed to be in your current directory unless you specify otherwise. Files will be placed in your current directory on the remote host unless you specify otherwise. Examples . Problems? . Did You Know? .
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/ftp2.3.html -- 2.2 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>899) - comet.sai.msu.ru/ )
2. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Specify character set translation or recoding . ... mod_charset_lite allows the server to change the character set of responses before sending them to the client. ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ... Specifying the same charset for both CharsetSourceEnc and CharsetDefault disables...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_charset_lite.html -- 15.6 Кб -- 19.11.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>10473) - www.arcetri.astro.it/ )
3. File Transfer
... This section describes how to copy a file between two VMS systems using the COPY command, and between a VMS system and another computer using FTP or Kermit. Remote file access may be made on either the file or record level, but only file level access is discussed here. To access a file, you use normal VMS commands, such as COPY or TYPE , but you specify the file name differently. ... It is also possible to automate your file transfers using scripts in conjunction with the Kermit TAKE command. ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_55.html -- 7.1 Кб -- 01.11.1995
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>21176) - www.stsci.edu/ )
4. Mapping URLs to Filesystem Locations - Apache HTTP Server
This document explains how Apache uses the URL of a request to determine the filesystem location from which to serve a file. ... User Directories . URL Redirection . ... the URL http://www.example.com/docs/dir/file.html will be served from /var/web/dir/file.html . ... The module mod_userdir extends this idea to the web by allowing files under each user's home directory to be accessed using URLs such as the following. http://www.example.com/~user/file.html . ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/urlmapping.html -- 13.5 Кб -- 01.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>130) - neptun.sai.msu.ru/ )
5. The XPA Message Bus (xpamb)
The xpamb program can act as a "classical" message bus interface between clients and servers. A client can send a data request to the message bus, which then interfaces with multiple servers and returns the data back to the client. ... For example, if the -info switch is used: xpaget xpamb -info foo then the info about that stored data buffer will be returned. If the -data is used with a specific name: xpaget xpamb -data foo then the stored data itself will be returned. ... data [name] . ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xpamb.html -- 7.8 Кб -- 25.12.2003
[ Сохраненная копия ] Ссылки http://hea-www.harvard.edu/RD/xpa/xpamb.html -- 7.8 Кб -- 01.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://hea-www.harvard.edu/RD/xpa/xpamb.html -- 7.8 Кб -- 01.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>2822) - hea-www.harvard.edu/ )
6. Compiler Options
Next: C Standard Library Functions Up: Common C Compiler Options Previous: Common C Compiler Options . c Suppress linking with ld(1) and produce a .o file for each source file. A single object file can be named explicitly using the -o option. ... Sends the output to the standard output, or to a file named with the -o option. Includes the cpp line numbering information. ... When this option is given, the -O and -R options are suppressed. -help Display helpful information about compiler. ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>1850) - jet.sao.ru/ )
7. Apache's Handler Use - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... This document describes the use of Apache's Handlers. ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/tb/manual/en/handler.html -- 10.4 Кб -- 10.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3844) - www.sao.ru/ )
8. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>50500) - www.eso.org/ )
9. Miscellaneous Options
... This command specifies the default delay to be used under these circumstances. ... This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. ... While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started. setvar variable [ default ] . This command adds an additional system variable. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~er/xntp/miscopt.html -- 6.5 Кб -- 21.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3378) - www.sai.msu.su/ )
10. VLBI Wiki | EXPReS / CommandSet
... During eVLBI the JIVE correlator control software issues the following commands from the Mark5A command set to the Mark5 at the station: . ... m5data 2630/tcp # Mark5 data . ... Used to set the output data rate of the Mark5 at the station. It's probably safe to ignore this command, but there might be problems if you send data at a higher data rate than the Mark5 on our end expects. ... Expected response: . ... Used to make the Mark5 stop playing if it was playing back data from disk. ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=EXPReS.CommandSet -- 12.6 Кб -- 12.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>27805) - www.atnf.csiro.au/ )
11. Command line options
... Common options . All SAS tasks support the following command line options: . ... If the task uses the ODF Access Layer ( oal ) the following command line option is recognized as well: . ... odf odf . ... odf can be the name of an ODF summary file as created by the task odfingest or merely the name of a directory containing one. ... All tasks may have additional parameters in a parameter file, that can be set on the command line (more information can be found in package param ). param = value . ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/taskmain/node2.html -- 10.4 Кб -- 08.07.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>11649) - xmm.vilspa.esa.es/ )
12. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[
Сохраненная копия
]
Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>474) - lnfm1.sai.msu.ru/ )
13. pulsars
... psrfits2fil converts AO psrfits files from the pdev spectrometer to sigproc filterbank program. This standalone routine will probably one day be incorporated in the sigproc filterbank program. psrfits data taken with the mock pdev spectrometer is scan based. ... The routine will read all of the psrfits files from a scan and output a single sigprog.fil file. ... Output to a single file with same format as input: . ... The psrfits files for the test data are located in /share/pdata1/pdev/ . ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/software/pulsars.html -- 11.6 Кб -- 07.10.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6120) - www.naic.edu/ )
14. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/leo/doc/211prob.txt
The following excerpts were taken from an internal IBM memo regarding OS/2 2.11 Service Pack problems. ... Few lines edited out by me - Karu] ___________________________________________________________________ The XR06200.XRF file on diskette 13 contains the list of problems that the Service Pack fixes. ... Problem: Multiple Desktops If the system's Object Open Behavior behavior is set to CREATE new window, the system will create multiple views of your desktop (folder) at each boot. ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/leo/doc/211prob.txt -- 10.7 Кб -- 19.03.1994
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>12632) - crydee.sai.msu.ru/ )
15. http://star.arm.ac.uk/~spm/software/liveice_usage.html
... Mp3Mixer Mode . LiveIce configuration can either be set using configuration files or by setting command line parameters at runtime. The LiveIce binary has a series of reasonable default options set in the binary - in particular liveice.h has a #define which can be used to set the default encoder. ... Server Options . ... Note that some encoders can't do less thatn 32kHz andsome will change your format to something else if the ideal format for a given bitrate is of a lower quality. ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/~spm/software/liveice_usage.html -- 9.3 Кб -- 05.02.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3457) - star.arm.ac.uk/ )
16. http://www.mso.anu.edu.au/~brian/A3002/Assignment_Carollo.pdf
... You can also send a pdf version by email to carollo@mso.anu.edu.au The structures and star populations in the Milky Way [12 points ] Daniela Carollo 09/09/08 12/09/08 ASSIGNMENTS Problem N. 1 a. (1 point) Using the formula of the propagation errors demonstrate the following relation (Lecture N. 1): d/d = /. b. (2 points ) Also, given the following spectral type: Main Sequence: Giants: F5 G0 M0 K5 M0 for a given limit magnitude of the telescope mV = 20, ...
[
Текст
]
Ссылки http://www.mso.anu.edu.au/~brian/A3002/Assignment_Carollo.pdf -- 168.9 Кб -- 15.09.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>742) - www.mso.anu.edu.au/ )
17. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/indiutil/setINDI.1
TH setINDI 1 .SH NAME setINDI \- set one or more writable INDI property values .SH SYNOPSIS \fBsetINDI [options] device.property.e1[;e2...]=v1[;v2...] ... \fP .SH DESCRIPTION .na .nh .PP setINDI connects to an indiserver and sends commands to set new values for specified properties. ... TP -p <p> connect using alternate port p; the default is 7624. ... SH EXIT STATUS The setINDI program exits with a status of 0 if it suceeded in setting the new value for each specified property. ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/indiutil/setINDI.1 -- 3.2 Кб -- 03.08.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1677) - www.astro.louisville.edu/ )
- http://www.astro.louisville.edu/software/xmtel/archive/xmtel-3.1/docs/nexstar/NewNexStarGPSCommands.doc
- http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html
- http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/scripts/README
18. TUI:TUI Menu:Log Windows
Log windows display messages from all "actors" (instruments, the TCC, the hub...) and allow you to send commands. Controls along the top allow you to filter out unwanted garbage or highlight messages of particular interest. ... Regular Expressions . ... The entry field for "+ Actors" and "+ Commands" filtering accept space-separated regular expressions . ... If you plan to send many messages to a particular actor, you may select the actor from the menu next to the command entry field. ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/LogWin.html -- 8.3 Кб -- 05.09.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1371) - www.apo.nmsu.edu/ )
19. SPUTNIK home page
.
[
Сохраненная копия
]
Ссылки http://sputnik.infospace.ru/goms/engl/goms.htm -- 7.3 Кб -- 14.01.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>56) - sputnik.infospace.ru/ )
20. Computing dispersive atmospheric delay with AATM
... This program will be a part of AATM-0.06 examples when this version is released. ... Comments regarding this example welcome at: // Bojan Nikolic b.nikolic@mrao.cam.ac.uk // # include string # include vector # include iostream # include fstream // Unfortunately the using statement below is required because of poor // desgin of the header files using namespace std ; # include ATMRefractiveIndexProfile.h # include ATMPercent.h # include ATMPressure.h # ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/~bn204/mk2/alma/aatm-dispersive.html -- 13.3 Кб -- 25.11.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1843) - www.mrao.cam.ac.uk/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда