Modify

Opened 16 years ago

Closed 16 years ago

#1279 closed Feature Request (Fixed)

_FTP_FilePut() - DOC precission - for parametres

Reported by: Zedna Owned by: Valik
Milestone: 3.3.1.6 Component: Documentation
Version: Severity: Blocking
Keywords: Cc:

Description

_FTP_FilePut - parameters

1)
In remarks should be added:
Both $s_RemoteFile and $s_LocalFile can be either partially or fully qualified file names relative to the current directory.

2) parameter $l_Flags
now helpfile says: [optional] as in _FTP_FileOpen().

according to MSDN for FtpPutFile
http://msdn.microsoft.com/en-us/library/aa384170(VS.85).aspx
it should be:

Conditions under which the transfers occur. The application should select one transfer type and any of the flags that control how the caching of the file will be controlled.

The transfer type can be any one of the following values:

FTP_TRANSFER_TYPE_ASCII
Transfers the file using FTP's ASCII (Type A) transfer method. Control and formatting information is converted to local equivalents.
FTP_TRANSFER_TYPE_BINARY
Transfers the file using FTP's Image (Type I) transfer method. The file is transferred exactly as it exists with no changes. This is the default transfer method.
FTP_TRANSFER_TYPE_UNKNOWN
Defaults to FTP_TRANSFER_TYPE_BINARY.
INTERNET_FLAG_TRANSFER_ASCII
Transfers the file as ASCII.
INTERNET_FLAG_TRANSFER_BINARY
Transfers the file as binary.

The following values are used to control the caching of the file. The application can use one or more of the following values:

INTERNET_FLAG_HYPERLINK
Forces a reload if there was no Expires time and no LastModified time returned from the server when determining whether to reload the item from the network.
INTERNET_FLAG_NEED_FILE
Causes a temporary file to be created if the file cannot be cached.
INTERNET_FLAG_RELOAD
Forces a download of the requested file, object, or directory listing from the origin server, not from the cache.
INTERNET_FLAG_RESYNCHRONIZE
Reloads HTTP resources if the resource has been modified since the last time it was downloaded. All FTP resources are reloaded.

Attachments (0)

Change History (3)

comment:1 by TicketCleanup, 16 years ago

Version: 3.3.1.4

Automatic ticket cleanup.

comment:2 by Valik, 16 years ago

Severity: NoneBlocking

comment:3 by Valik, 16 years ago

Milestone: 3.3.1.6
Owner: set to Valik
Resolution: Fixed
Status: newclosed

Fixed by revision [5406] in version: 3.3.1.6

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.