| Product: Distinct VIT | Topic: FTP Client and Server | Last updated: 3/20/2008 |
| |
| Q.: Can I make an FTP connection to an AS400? |
A.: Yes our FTP client component has a property called HostType and this should be set to AS400.
|
| |
Do you find this information useful ? Yes No Not Sure |
|
| Product: Distinct VIT | Topic: FTP Client and Server | Last updated: 3/20/2008 |
| |
| Q.: Can I move an entire subtree of files using your FTP control? |
| A.: Yes you can do this using the PutMultipleFile method. This function transfers multiple files from the local machine to the remote host. The function can transfer specific files or entire directories. If the recursive flag is set to TRUE then the files will be transferred recursively. |
| |
Do you find this information useful ? Yes No Not Sure |
|
| Product: Distinct VIT | Topic: FTP Client and Server | Last updated: 3/20/2008 |
| |
| Q.: Can I write an FTP client that only allows users to download files without allowing them to upload files. |
A.: Yes, you can write a client that only allows GET - However, the restriction is valid only when this FTP client is used. That is, if the user used a differnet FTP application and tries to PUT a file - it would work unless you restrict it from the server end.
|
| |
Do you find this information useful ? Yes No Not Sure |
|
| Product: Distinct VIT | Topic: FTP Client and Server | Last updated: 3/20/2008 |
| |
| Q.: Does the Distinct FTP client component support Passive mode? |
| A.: Yes the Distinct FTP Client component supports Passive mode. |
| |
Do you find this information useful ? Yes No Not Sure |
|
| Product: Distinct VIT | Topic: FTP Client and Server | Last updated: 3/20/2008 |
| |
| Q.: Does the Distinct FTP Client have firewall proxy support? |
| A.: Yes the FTP client component includes SOCKS4, SOCKS5 and FTP proxy support to enable its use across Intranet firewalls. |
| |
Do you find this information useful ? Yes No Not Sure |
|
| Product: Distinct VIT | Topic: FTP Client and Server | Last updated: 3/20/2008 |
| |
| Q.: Does your FTP Client component support the capability to recover from a failed transfer without having to start the transfer again? |
| A.: Yes both the Distinct FTP DLL and the Distinct FTP ActiveX components support the Resume feature. |
| |
Do you find this information useful ? Yes No Not Sure |
|
| Product: Distinct VIT | Topic: FTP Client and Server | Last updated: 3/20/2008 |
| |
| Q.: How can I retrieve the detailed contents of the directory on the UNIX host, specifically file names, sizes and dates? |
| A.: You can use the Parse() method to extract the contents of a long listing. The Parse method will interpret a line from a long listing (ListType property)and extract the file name, file size, time/data information and also notify if the file was a directory. |
| |
Do you find this information useful ? Yes No Not Sure |
|
| Product: Distinct VIT | Topic: FTP Client and Server | Last updated: 3/20/2008 |
| |
| Q.: Is it possible to connect the FTP Client ActiveX through a firewall? |
A.: Yes. The following combination will work on Proxy servers to get to an FTP site. This example does not have provisions for supplying the Firewall's password. Contact support if you need to do this with password.
Hostname:
F<irewall's IP address or hostname>
Username:
u<sername which is provided for the FTP server>
@
F<TP server's IP address or hostname>
Password:
p<assword for FTP server>
|
| |
Do you find this information useful ? Yes No Not Sure |
|
| Product: Distinct VIT | Topic: HTTP | Last updated: 3/17/2008 |
| |
| Q.: Can I stop the control authentication dialog box in HTTP from being displayed? |
| A.: Yes, you can do this by setting the ShowUI property to false. |
| |
Do you find this information useful ? Yes No Not Sure |
|
| Product: Distinct VIT | Topic: HTTP | Last updated: 3/29/2008 |
| |
| Q.: How do I handle an authentication error directly from my application without popping up the dialog box that is built into the ActiveX? |
| A.: You must first set the ShowUI property to False to inhibit the built-in authentication dialog box. Then you must check for the value in the LastResults property. If this value is 401 this means that User Authentication has failed and your application can handle the situation accordingly. |
| |
Do you find this information useful ? Yes No Not Sure |
|