Author Topic: FTP filezilla, Transfport, Cyberduck Auto-configuration file does not work  (Read 6920 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
none of the built in FTP Auto Configuration files work.

Filezilla and Transport both have the following content.

<?xml version="1.0" encoding="UTF-8"?>
            <FileZilla3>
                <Servers><Server>
         <Host></Host>
         <Port>21</Port>
         <Protocol>0</Protocol>
         <Type>0</Type>
         <User></User>
         <Pass encoding="base64"></Pass>
         <Logontype>1</Logontype>
         <TimezoneOffset>0</TimezoneOffset>
         <PasvMode>MODE_DEFAULT</PasvMode>
         <MaximumMultipleConnections>0</MaximumMultipleConnections>
         <EncodingType>Auto</EncodingType>
         <BypassProxy>0</BypassProxy>
         <Name></Name>
         <Comments></Comments>
         <Colour>0</Colour>
         <LocalDir />
         <RemoteDir />
         <SyncBrowsing>0</SyncBrowsing>
         <DirectoryComparison>0</DirectoryComparison>
      </Server></Servers></FileZilla3>


Clicking on the Cyberduck image just directs to Cyberduck website.

What is wrong here?