Opened 15 years ago
Closed 15 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 Changed 15 years ago by TicketCleanup
- Version 3.3.1.4 deleted
comment:2 Changed 15 years ago by Valik
- Severity changed from None to Blocking
comment:3 Changed 15 years ago by Valik
- Milestone set to 3.3.1.6
- Owner set to Valik
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [5406] in version: 3.3.1.6
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.