FILE *FtpFullOpen(char *filename,char *mode)
Parses string filename, which must contain a string in format or
host/user/password:filename or filename,
what corresponds to remote or local file. The second argument is the type of opening, divided into two characters:
first — the mode of opening ``r'', ``w'' or ``a'', second is the transfer type , if contains character ``b'',
then the mode is binary.
STATUS FtpFullClose(FILE *stream)
Closes an opened file
=rus.ind ;''