1CosFileTransfer_VirtualFileSEyrsltaenmg(3M)odule DeCfoisnFiitlieoTnransfer_VirtualFileSystem(3)
2
3
4
6 CosFileTransfer_VirtualFileSystem - This module implements the OMG Cos‐
7 FileTransfer::VirtualFileSystem interface.
8
10 To get access to the record definitions for the structures use:
11 -include_lib("cosFileTransfer/include/*.hrl").
12
14 '_get_file_system_type'(VFS) -> Return
15
16 Types:
17
18 VFS = #objref
19 Return = 'FTP' | 'NATIVE'
20
21 This read only attribute represents the target object's associ‐
22 ated file system.
23
24 '_get_supported_content_types'(VFS) -> Return
25
26 Types:
27
28 VFS = #objref
29 Return =
30
31 This read only attribute represents the target object's sup‐
32 ported content types.
33
34 login(VFS, User, Password, Account) -> Return
35
36 Types:
37
38 VFS = #objref
39 User = Password = Account = string()
40 Return = {FileTransferSession, Directory} | {'EXCEPTION', E}
41 FileTransferSession = Directory = #objref
42
43 This operation creates a new instance of a FileTransferSession
44 and a Directory. The later represents the current working direc‐
45 tory of the returned FileTransferSession.
46
47
48
49Ericsson AB cosFileTransfeCros4F.i5l.e2Transfer_VirtualFileSystem(3)