OSDN Git Service

Merge commit '54fbba48345efc266d90204375d464738a31c3ba' into test
[ffftp/ffftp.git] / doc / eng / FFFTP_hpnonstop.txt
1 Overview\r
2 ---------------------\r
3 \r
4 This is a supplemental document for HP NonStop Server.\r
5 \r
6 FFFTP supports Guardian and OSS environments. You can switch their\r
7 environments.\r
8 \r
9 How to use ?\r
10 ---------------------\r
11 \r
12 Please specify the "NonStop Server" as "Host Type" of "Host Setting" -\r
13 "Special" tab.\r
14 \r
15 HP NonStop Server special features are implemented in right button menu.\r
16 \r
17 How to switch Guardian and OSS environments ?\r
18 ---------------------------------------------------------------\r
19 \r
20 Please choose "OSS <-> Guardian Switch(O)" in right button menu at\r
21 remote window.\r
22 \r
23 How to move VOL/SUBVOL in Guardian environment ?\r
24 ---------------------------------------------------------------\r
25 \r
26 Please input VOL/SUBVOL directly by clicking the "Change Folder" Icon\r
27 (Next to Up button in remote window). Up button is ignored although\r
28 the error message is not shown.\r
29 \r
30 - How to specify the file code for uploading to Guardian environment ?\r
31 \r
32 Please choose "Upload As..." in right button menu at local window.\r
33 You can specify the file code at Upload As dialog.\r
34 \r
35 Tips for Guardian environment\r
36 ---------------------------------------------------------------\r
37 \r
38 When you upload to Guardian environment by "Filename Depend", "ASCII\r
39 mode Filenames" setting is used. So it is useful that "*.c/*.h/*.config/\r
40 *.pl" are added to ASCII mode Filenames of "Option - Transfer1".\r
41 This is a global setting.\r
42 \r
43 When ASCII mode filenames are uploaded to Guardian environment, ASCII\r
44 mode transfer is choosen. Otherwise, binary mode transfer is choosen.\r
45 \r
46 EXTENT and MAXEXTENTS\r
47 ---------------------------------------------------------------\r
48 \r
49 HP Default FTPSERV program creates a file with EXT (4,28) MAXEXTENTS 978\r
50 as a default. When the file size is over than it, upload operation fails\r
51 with File Full (Error 45).\r
52 \r
53 FFFTP calculates the EXTENT and MAXEXTENT automatically when uploading\r
54 to Guardian environment with binary mode transfer.\r
55 \r
56 Target used ratio is 75 % and MAXEXTENTS is maximum (978). But NonStop\r
57 NS Series or later adjusts the EXTENT and MAXEXTENTS when it is not\r
58 multiples of 14. So it may be that the target used ratio is not accurate.\r
59 \r
60 When you wonder the EXTENT and MAXEXTENT size, you can see the calculated\r
61 size by FFFTP at console window as the follows.\r
62 \r
63   STOR Filename,FileCode,Primary,Secondary,MaxExtents\r
64 \r
65 When an append mode transfer is used, EXTENT and MAXEXTENS are not\r
66 specified. This is a limitation at this version.\r
67 \r