Hi
I have followed Erel's post
Which I have done
in the Process Globals
But I cannot find the Map2Xml
Any Ideas ?
I want to make an import file for Filezilla as the internal FTP is VERY VERY slow and Filezilla is about 10 x faster while downloading
I have all the data in MSsql so it will be easy to make a map
Any ideas would be appreciated
Thank you
I have followed Erel's post
Which I have done
B4X:
Dim xmlb As XMLBuilder
in the Process Globals
But I cannot find the Map2Xml
Any Ideas ?
I want to make an import file for Filezilla as the internal FTP is VERY VERY slow and Filezilla is about 10 x faster while downloading
end Result:
<?xml version="1.0" encoding="UTF-8"?>
<FileZilla3 version="3.57.0" platform="windows">
<Queue>
<Server>
<Host>ftp.vip****.name</Host>
<Port>21</Port>
<Protocol>0</Protocol>
<Type>0</Type>
<User>djpeter</User>
<Pass encoding="base64">********=</Pass>
<Logontype>1</Logontype>
<PasvMode>MODE_PASSIVE</PasvMode>
<MaximumMultipleConnections>5</MaximumMultipleConnections>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
<Name>musicftp new</Name>
<File>
<LocalFile>r:\16 nov music\Afro Beat\Ding Dong - Normal Pree (Dirty).mp3</LocalFile>
<RemoteFile>Ding Dong - Normal Pree (Dirty).mp3</RemoteFile>
<RemotePath>1 0 4 2022 6 _01.22 17 17.01.22 - 50.8GB 9 Afro Beat</RemotePath>
<Flags>16</Flags>
<Size>6479995</Size>
</File>
<File>
<LocalFile>r:\16 nov music\Afro Beat\CKay Ft. Blxckie - By Your Side (MMP Intro Edit) (Clean).mp3</LocalFile>
<RemoteFile>CKay Ft. Blxckie - By Your Side (MMP Intro Edit) (Clean).mp3</RemoteFile>
<RemotePath>1 0 4 2022 6 _01.22 17 17.01.22 - 50.8GB 9 Afro Beat</RemotePath>
<Flags>16</Flags>
<Size>9732888</Size>
</File>
<File>
<LocalFile>r:\16 nov music\Afro Beat\CKay - Emiliana (Clean).mp3</LocalFile>
<RemoteFile>CKay - Emiliana (Clean).mp3</RemoteFile>
<RemotePath>1 0 4 2022 6 _01.22 17 17.01.22 - 50.8GB 9 Afro Beat</RemotePath>
<Flags>16</Flags>
<Size>7193548</Size>
</File>
<File>
<LocalFile>r:\16 nov music\Afro Beat\CKay - Emiliana (MMP Intro Edit) (Clean).mp3</LocalFile>
<RemoteFile>CKay - Emiliana (MMP Intro Edit) (Clean).mp3</RemoteFile>
<RemotePath>1 0 4 2022 6 _01.22 17 17.01.22 - 50.8GB 9 Afro Beat</RemotePath>
<Flags>16</Flags>
<Size>7120138</Size>
</File>
<File>
<LocalFile>r:\16 nov music\Afro Beat\Goya Menor & Nektunez - Ameno Amapiano [Remix] (MMP Intro Edit) (Dirty).mp3</LocalFile>
<RemoteFile>Goya Menor & Nektunez - Ameno Amapiano [Remix] (MMP Intro Edit) (Dirty).mp3</RemoteFile>
<RemotePath>1 0 4 2022 6 _01.22 17 17.01.22 - 50.8GB 9 Afro Beat</RemotePath>
<Flags>16</Flags>
<Size>10450209</Size>
</File>
I have all the data in MSsql so it will be easy to make a map
Any ideas would be appreciated
Thank you