Quantcast
Channel: SFDL.NET
Viewing all 655 articles
Browse latest View live

Updated Wiki: SFDL File Dokumentation

$
0
0

Achtung

Alle SFDL's müssen im UTF-8 Encoding geschrieben/erstellt sein. Daher kann unter Windows nicht das normale Notepad verwendet werden. Bitte Einen alternatives Programm wie Notepad2 oder Notepad++ verwenden

SFDL File v2 Aufbau (Beispiel Standard)

<?xmlversion="1.0"encoding="utf-8"?><SFDLFilexmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Description>Test</Description><Uploader>Seji</Uploader><SFDLFileVersion>8</SFDLFileVersion><Encrypted>false</Encrypted><ConnectionInfo><Host>ftp.serv-u.com</Host><Port>21</Port><Username/><Password/><AuthRequired>false</AuthRequired><DataConnectionType>AutoPassive</DataConnectionType>'Mögliche Werte: AutoPassive, AutoActive, EPRT, EPSV, PASV, PASVEX, PORT
    <DataType>Binary</DataType>'Mögliche Werte: ASCII, Binary
    <CharacterEncoding>Standard</CharacterEncoding>'Mögliche Werte: Stardard, UTF8, UTF7, ASCII
    <EncryptionMode>None</EncryptionMode>'Mögliche Werte: Explizit, Implizit, None
    <ListMethod/><DefaultPath>/</DefaultPath><ForceSingleConnection>false</ForceSingleConnection></ConnectionInfo><Packages><SFDLPackage><Packagename>Package 1</Packagename><FileList><FileInfo><FileName>ServUSetup.exe</FileName><DirectoryRoot>/</DirectoryRoot><DirectoryPath>/</DirectoryPath><FileFullPath>/ServUSetup.exe</FileFullPath><FileSize>20145464</FileSize><FileHashType>None</FileHashType><FileHash/><PackageName>Package 1</PackageName></FileInfo></FileList><BulkFolderMode>false</BulkFolderMode><BulkFolderList/></SFDLPackage><SFDLPackage><Packagename>Package 2</Packagename><FileList><FileInfo><FileName>Serv-U-Gateway-Setup.exe</FileName><DirectoryRoot>/</DirectoryRoot><DirectoryPath>/</DirectoryPath><FileFullPath>/Serv-U-Gateway-Setup.exe</FileFullPath><FileSize>5405552</FileSize><FileHashType>None</FileHashType><FileHash/><PackageName>Package 2</PackageName></FileInfo></FileList><BulkFolderMode>false</BulkFolderMode><BulkFolderList/></SFDLPackage></Packages><MaxDownloadThreads>1</MaxDownloadThreads></SFDLFile>

SFDL File v2 Aufbau (Beispiel BulkFolderDownload)

<?xmlversion="1.0"?><SFDLFilexmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Description>Serv-u Test</Description><Uploader>Seji</Uploader><SFDLFileVersion>6</SFDLFileVersion><Encrypted>false</Encrypted><ConnectionInfo><Host>ftp.serv-u.com</Host><Port>21</Port><Username/><Password/><AuthRequired>false</AuthRequired><DataConnectionType>AutoPassive</DataConnectionType><DataType>Binary</DataType><CharacterEncoding>Standard</CharacterEncoding><EncryptionMode>None</EncryptionMode><ListMethod/><DefaultPath>/</DefaultPath><ForceSingleConnection>false</ForceSingleConnection></ConnectionInfo><Packages><SFDLPackage><Packagename>Serv-u Test</Packagename><BulkFolderMode>true</BulkFolderMode><BulkFolderList><BulkFolder><BulkFolderPath>/</BulkFolderPath><PackageName>Serv-u Test</PackageName></BulkFolder></BulkFolderList></SFDLPackage></Packages><MaxDownloadThreads>3</MaxDownloadThreads></SFDLFile>

SFDL File Dokumentation (German)

Das SFDL File ist im Prinzip einfaches XML File. Dadurch lässt es sich recht einfach verarbeiten,verändern etc.

Ein SFDL File ist wie folgt aufgebaut:

<?xmlversion="1.0"?><SFDL_Filexmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://www.w3.org/2001/XMLSchema">
// Beschreibung des Downloads. Ist Optional.
  <GetSetDescription>Datei Beschreibung z.B Download 1</GetSetDescription>
// Bereitsteller des Downloads bzw. der Datei. Ist Optional.
  <GetsetUploader>Seji</GetsetUploader>
// SFDL Datei Version. Wird aktuell nicht genutzt.
// Aktuelle Version ist 3
  <GetSetFileVersion>3</GetSetFileVersion><GetSetConnectionInfo>
// FTP Server Host. IP-Address oder DNS Name möglich
    <GetSetHost>127.0.0.1</GetSetHost>
// FTP Server Port. Darf nicht leer und unter 1 sein. Muss eine Zahl sein.
    <GetSetPort>21</GetSetPort>
// Order von dem ausgegangen wird
    <GetSetPath>/Order1/Unterordner</GetSetPath>
// FTP Benutzername. Wenn kein Benutzer gebraucht wird muss hier "anonymous" stehen!
    <GetSetUsername>user</GetSetUsername>
// FTP Passwort. Wenn kein Passwort benötigt wird kann dies einfach leergelassen werden
    <GetSetPassword>pass</GetSetPassword>
// Gibt an ob eine Anmeldung benötigt wird. Mögliche Werte: True, False
    <GetSetAuthRequired>true</GetSetAuthRequired>
// TransferModus. Mögliche Werte: Active, Passive
    <GetSetTransferMode>Passive</GetSetTransferMode>
// TransferType. Mögliche Werte: Binary, ASCII
    <GetSetTransferType>Binary</GetSetTransferType>
// SecurityProtocol. Wird aktuell nicht genutzt.
    <GetSetSecurityProtocol>None</GetSetSecurityProtocol>
// UseSpecialCharacterFix. Mögliche Werte: True, False
    <GetSetUseSpecialCharacterFix>false</GetSetUseSpecialCharacterFix></GetSetConnectionInfo><GetSetFileInfoList><FileInfo><GetSetFileName>file01.zip</GetSetFileName><GetSetDirectoryRoot>/Order1/Unterordner/</GetSetDirectoryRoot><GetSetDirectoryPath>/Order1/Unterordner/</GetSetDirectoryPath><GetSetFileFullPath>/Order1/Unterordner/file01.zip</GetSetFileFullPath><GetSetFileSize>50000000</GetSetFileSize>
// MD5-Hash der Datei. Ist Optional
     <GetSetMD5FileHash></GetSetMD5FileHash></FileInfo><FileInfo><GetSetFileName>file02.zip</GetSetFileName><GetSetDirectoryRoot>/Order1/Unterordner/</GetSetDirectoryRoot><GetSetDirectoryPath>/Order1/Unterordner/</GetSetDirectoryPath><GetSetFileFullPath>/Order1/Unterordner/file02.zip</GetSetFileFullPath><GetSetFileSize>50000000</GetSetFileSize>
// MD5-Hash der Datei. Ist Optional
     <GetSetMD5FileHash></GetSetMD5FileHash></FileInfo></GetSetFileInfoList><GetSetMaxDownloadThread>4</GetSetMaxDownloadThread></SFDL_File>

Alle Angaben sind Pflicht außer sie sind ausdrücklich als Optional definiert.

Updated Wiki: SFDL Encryption

$
0
0
Die SFDL Datei bzw. die einzelnen Werte werden wie folgt verschlüsselt:

- Passwort: Zeichenfolge (UTF-8) als MD5 Hash
- Verschlüsselungstyp: AES 128-Bit
- Besonderheiten: Verschlüsselter String wird noch in Base64 umgewandelt.

Updated Wiki: Documentation

$
0
0

Läuft SFDL.NET auch unter Linux?

Ja SFDL.NET läuft theoretisch auch unter Linux (mit Mono). Bisher wurde es allerdings nur unter Ubuntu getestet. Des Weiteren kann es zu Darstellungsfehlern und anderen Fehlern kommen da SFDL.NET hauptsächlich für Windows entwickelt wird.

Eine Anleitung wie SFDL.NET unter Ubuntu zum laufen bekommst findest du hier: SFDL.NET unter Ubuntu

Wie ist das SFDL Format aufgebaut?

Wie das SFDL Format aufgebaut ist findest du hier: SFDL File Dokumentation

Wie wird die SFDL Datei verschlüsselt?

Wie eine SFDL Datei Verschlüsselt wird findest du hier: SFDL Encryption

Updated Wiki: SFDL.NET unter Ubuntu

$
0
0

Achtung

Das folgende gilt nur für den Loader v1!


Um SFDL.NET unter Linux zum laufen zu bekommen muss zuerst im Terminal folgendes ausgeführt werden:

sudo apt-get update
sudo apt-get install mono-complete
sudo apt-get install mono-vbnc


Danach sollte SFDL.NET mit folgendem Befehel gestartet werden können:

mono SFDL.NET.exe

Da das ganze nicht auf Mono optimiert ist kann bzw. kommt es zu Darstellungsfehlern.

Source code checked in, #31578

Source code checked in, #31640

Created Release: SFDL.NET (2.2.9.2) (Mai 18, 2014)

$
0
0
Changelog:
  • Neues Icon
  • Xup.in CnL Plugin Bugfix

Released: SFDL.NET (2.2.9.1) (Apr 07, 2014)


Updated Release: SFDL.NET (2.2.9.1) (Apr 07, 2014)

Source code checked in, #31642

Released: SFDL.NET (2.2.9.2) (May 18, 2014)

$
0
0
Changelog:
  • Neues Icon
  • Xup.in CnL Plugin Bugfix

Updated Release: SFDL.NET (2.2.9.2) (Mai 18, 2014)

$
0
0
Changelog:
  • Neues Icon
  • Xup.in CnL Plugin Bugfix

Source code checked in, #31910

Source code checked in, #31950

Closed Unassigned: Auto calculate MD5 [1072]

$
0
0
Hello Sir,
it would be very nice if you tool gets the ability to auto calculate MD5 string of files.
Best regards

Closed Unassigned: No connection to port 65531 [1071]

$
0
0
Hello,
I tried to connect to a server using the port 65531, the port is not useable with your programm. Would be nice if you could fix this.
Best regards
Tony

Released: SFDL.NET (2.2.9.2) (May 18, 2014)

$
0
0
Changelog:
  • Neues Icon
  • Xup.in CnL Plugin Bugfix

Updated Release: SFDL.NET (2.2.9.2) (Mai 18, 2014)

$
0
0
Changelog:
  • Neues Icon
  • Xup.in CnL Plugin Bugfix

Source code checked in, #31951

$
0
0
Neue Einstellung: Retry Wartezeit

Released: SFDL.NET (2.2.9.3) (Jun 07, 2014)

$
0
0
Changelog:
  • Retry Bugfix (Error Counter wurde nicht korrekt zurückgesetzt)
  • Neue Einstellung: Retry Wartezeit ist nun Einstellbar
Viewing all 655 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>