Filezilla, a konsole
Ja ktoś chce to udostępniam "sitemanager.xml" do mojej Filezilli dla konsol. Pokrywa PS3, PSV i XC/X360. Oczywiście IP i porty trzeba wstawić swoje (z wyjątkiem Vity!).
Kod:
<?xml version="1.0"?>
<FileZilla3 version="3.18.0" platform="windows">
<Servers>
<Server>
<Host>192.168.1.10</Host>
<Port>21</Port>
<PostLoginCommands>
<Command>SITE FLASH</Command>
<!--<Command>SITE LITERAL FLASH</Command>-->
</PostLoginCommands>
<Protocol>0</Protocol>
<Type>0</Type>
<Logontype>0</Logontype>
<TimezoneOffset>0</TimezoneOffset>
<PasvMode>MODE_DEFAULT</PasvMode>
<MaximumMultipleConnections>0</MaximumMultipleConnections>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
<Name>PlayStation 3</Name>
<Comments />
<LocalDir />
<RemoteDir />
<SyncBrowsing>0</SyncBrowsing>
<DirectoryComparison>0</DirectoryComparison>
</Server>
<Server>
<Host>192.168.1.101</Host>
<Port>1337</Port>
<Protocol>0</Protocol>
<Type>0</Type>
<Logontype>0</Logontype>
<TimezoneOffset>0</TimezoneOffset>
<PasvMode>MODE_DEFAULT</PasvMode>
<MaximumMultipleConnections>0</MaximumMultipleConnections>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
<Name>PlayStation Vita</Name>
<Comments />
<LocalDir />
<RemoteDir />
<SyncBrowsing>0</SyncBrowsing>
<DirectoryComparison>0</DirectoryComparison>
</Server>
<Server>
<Host>192.168.1.10</Host>
<Port>21</Port>
<!--
<PostLoginCommands>
<Command>SITE NAMEFMT 1</Command>
<Command>SITE LISTFMT 1</Command>
</PostLoginCommands>
-->
<Protocol>0</Protocol>
<Type>0</Type>
<User>xbox</User>
<Pass encoding="base64">eGJveA==</Pass>
<Logontype>1</Logontype>
<TimezoneOffset>0</TimezoneOffset>
<PasvMode>MODE_DEFAULT</PasvMode>
<MaximumMultipleConnections>0</MaximumMultipleConnections>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
<Name>Xbox & Xbox 360</Name>
<Comments />
<LocalDir />
<RemoteDir />
<SyncBrowsing>0</SyncBrowsing>
<DirectoryComparison>0</DirectoryComparison>
</Server>
</Servers>
</FileZilla3>
|