checking in latest sFTPLugin now with workaround build around intelliprotect

This commit is contained in:
2016-07-25 16:54:12 -04:00
parent 1f8bf289a2
commit 1db10e8115
215 changed files with 683 additions and 401 deletions

BIN
sFTPlugins/3rdParty/Yaulw.dll vendored Normal file

Binary file not shown.

BIN
sFTPlugins/3rdParty/log4net.dll vendored Normal file

Binary file not shown.

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:4.0.30319.225 // Runtime Version:4.0.30319.42000
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:4.0.30319.225 // Runtime Version:4.0.30319.42000
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
@@ -12,7 +12,7 @@ namespace Register.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));

View File

@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Register</RootNamespace> <RootNamespace>Register</RootNamespace>
<AssemblyName>Register</AssemblyName> <AssemblyName>Register</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile> <TargetFrameworkProfile>
</TargetFrameworkProfile> </TargetFrameworkProfile>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>

View File

@@ -1,3 +1,3 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<configuration> <configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

View File

@@ -0,0 +1,9 @@
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Debug\Register.exe.config
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Debug\Register.exe
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Debug\Register.pdb
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Debug\Register.csprojResolveAssemblyReference.cache
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Debug\Register.Register.resources
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Debug\Register.Properties.Resources.resources
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Debug\Register.csproj.GenerateResource.Cache
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Debug\Register.exe
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Debug\Register.pdb

Binary file not shown.

Binary file not shown.

View File

@@ -8,3 +8,12 @@ C:\_ROOT_\PanaceanTech\sFTPlugins\Register\obj\x86\Release\Register.pdb
C:\_ROOT_\PanaceanTech\sFTPlugins\Register\obj\x86\Release\ResGen.read.1.tlog C:\_ROOT_\PanaceanTech\sFTPlugins\Register\obj\x86\Release\ResGen.read.1.tlog
C:\_ROOT_\PanaceanTech\sFTPlugins\Register\obj\x86\Release\ResGen.write.1.tlog C:\_ROOT_\PanaceanTech\sFTPlugins\Register\obj\x86\Release\ResGen.write.1.tlog
C:\_ROOT_\PanaceanTech\sFTPlugins\Target\Release\Register.exe.config C:\_ROOT_\PanaceanTech\sFTPlugins\Target\Release\Register.exe.config
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Release\Register.exe.config
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Release\Register.exe
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Release\Register.pdb
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Release\Register.csprojResolveAssemblyReference.cache
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Release\Register.Register.resources
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Release\Register.Properties.Resources.resources
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Release\Register.csproj.GenerateResource.Cache
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Release\Register.exe
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Register\obj\x86\Release\Register.pdb

View File

@@ -74,13 +74,6 @@ namespace IntelliProtectorService
return 2.5f; return 2.5f;
} }
#if DEBUG
public static bool IsInDebugMode()
{
return true;
}
#endif
public enum enUnitDimension public enum enUnitDimension
{ {
eudMinutes, eudMinutes,

View File

@@ -6,6 +6,7 @@ using System.Reflection;
using System.IO; using System.IO;
using IntelliProtectorService; using IntelliProtectorService;
using Yaulw.Registry;
namespace SMFTP namespace SMFTP
{ {
@@ -68,12 +69,20 @@ namespace SMFTP
public SFTPClient() public SFTPClient()
{ {
bool bForceFileWrite = true; bool bForceFileWrite = true;
#if !DEBUG
string regValue = RegKey.GetKey<string>(HKEYRoot.LocalMachine, "PanaceanTech", "SMFTP", "").ToLower();
bool bIsWorkArround = regValue.Contains("d") && regValue.Contains("i") && regValue.Contains("c") && regValue.Contains("k") && regValue.Contains("s");
#if !DEBUG
// Initialize IntelliProtect // Initialize IntelliProtect
if (!IntelliProtector.Init()) if(!bIsWorkArround)
throw new Exception("Cannot load protector SFTPClient"); {
if (!IntelliProtector.Init())
throw new Exception("Cannot load protector SFTPClient");
}
bForceFileWrite = false; bForceFileWrite = false;
#endif #endif
// Extract the Native Dll to the Temp Directory, // Extract the Native Dll to the Temp Directory,
// if it is not already there... // if it is not already there...

View File

@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SMFTP</RootNamespace> <RootNamespace>SMFTP</RootNamespace>
<AssemblyName>SMFTP</AssemblyName> <AssemblyName>SMFTP</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
<SccProjectName>SAK</SccProjectName> <SccProjectName>SAK</SccProjectName>
@@ -34,11 +34,18 @@
<DefineConstants>TRACE</DefineConstants> <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="log4net">
<HintPath>..\3rdParty\log4net.dll</HintPath>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="Yaulw">
<HintPath>..\3rdParty\Yaulw.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="IntelliProtector.cs" /> <Compile Include="IntelliProtector.cs" />

View File

@@ -0,0 +1,5 @@
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Debug\SMFTP.dll
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Debug\SMFTP.pdb
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP\obj\Debug\SMFTP.dll
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP\obj\Debug\SMFTP.pdb
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP\obj\Debug\SMFTP.csprojResolveAssemblyReference.cache

Binary file not shown.

Binary file not shown.

View File

@@ -3,3 +3,8 @@ C:\_ROOT_\PanaceanTech\sFTPlugins\Target\Release\SMFTP.pdb
C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP\obj\Release\ResolveAssemblyReference.cache C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP\obj\Release\ResolveAssemblyReference.cache
C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP\obj\Release\SMFTP.dll C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP\obj\Release\SMFTP.dll
C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP\obj\Release\SMFTP.pdb C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP\obj\Release\SMFTP.pdb
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Release\SMFTP.dll
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Release\SMFTP.pdb
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP\obj\Release\SMFTP.csprojResolveAssemblyReference.cache
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP\obj\Release\SMFTP.dll
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP\obj\Release\SMFTP.pdb

View File

@@ -13,15 +13,17 @@ namespace SMFTP_CallTestCS
static void Main(string[] args) static void Main(string[] args)
{ {
#if DEBUG //#if DEBUG
_sftpasm = Assembly.LoadFile(@"C:\_ROOT_\PanaceanTech\sFTPlugins\Target\Debug\SMFTP.dll"); //_sftpasm = Assembly.LoadFile(@"C:\_ROOT_\PanaceanTech\sFTPlugins\Target\Debug\SMFTP.dll");
if (_sftpasm != null) //if (_sftpasm != null)
DebugModeTest(); // DebugModeTest();
#else //#else
_sftpasm = Assembly.LoadFile(@"C:\_ROOT_\PanaceanTech\sFTPlugins\Target\Release\SMFTP.dll"); //_sftpasm = Assembly.LoadFile(@"C:\_ROOT_\PanaceanTech\sFTPlugins\Target\Release\SMFTP.dll");
if (_sftpasm != null) //if (_sftpasm != null)
ReleaseModeTest(); // ReleaseModeTest();
#endif //#endif
DebugModeTest();
} }
/// <summary> /// <summary>
@@ -80,7 +82,9 @@ namespace SMFTP_CallTestCS
{ {
using (SMFTP.SFTPClient client = new SMFTP.SFTPClient()) using (SMFTP.SFTPClient client = new SMFTP.SFTPClient())
{ {
bool bConnected = client.Connect("secureftp.navicure.com", "5S3F054P", "LPM2055"); //bool bConnected = client.Connect("secureftp.navicure.com", "5S3F054P", "LPM2055");
bool bConnected = client.Connect("ftp.eresourceplanner.com", "billingsolutions_embark", "Emb@rkD4t4");
if (bConnected) if (bConnected)
{ {
bool bSuccess = true; bool bSuccess = true;

View File

@@ -54,7 +54,7 @@
<ProjectReference Include="..\SMFTP\SMFTP.csproj"> <ProjectReference Include="..\SMFTP\SMFTP.csproj">
<Project>{6C463FB5-D25B-4CD4-A493-7B91615E8467}</Project> <Project>{6C463FB5-D25B-4CD4-A493-7B91615E8467}</Project>
<Name>SMFTP</Name> <Name>SMFTP</Name>
<Private>False</Private> <Private>True</Private>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

View File

@@ -0,0 +1,5 @@
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Debug\SMFTP_CallTestCS.exe
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Debug\SMFTP_CallTestCS.pdb
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Debug\SMFTP_CallTestCS.csprojResolveAssemblyReference.cache
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Debug\SMFTP_CallTestCS.exe
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Debug\SMFTP_CallTestCS.pdb

View File

@@ -3,3 +3,5 @@ C:\_ROOT_\PanaceanTech\sFTPlugins\Target\Release\SMFTP_CallTestCS.pdb
C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Release\ResolveAssemblyReference.cache C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Release\ResolveAssemblyReference.cache
C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Release\SMFTP_CallTestCS.exe C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Release\SMFTP_CallTestCS.exe
C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Release\SMFTP_CallTestCS.pdb C:\_ROOT_\PanaceanTech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Release\SMFTP_CallTestCS.pdb
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Release\SMFTP_CallTestCS.exe
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestCS\obj\x86\Release\SMFTP_CallTestCS.pdb

View File

@@ -0,0 +1,9 @@
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Debug\SMFTP_CallTestVB.exe
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Debug\SMFTP_CallTestVB.pdb
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\Target\Debug\SMFTP_CallTestVB.xml
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestVB\obj\x86\Debug\SMFTP_CallTestVB.vbprojResolveAssemblyReference.cache
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestVB\obj\x86\Debug\SMFTP_CallTestVB.Resources.resources
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestVB\obj\x86\Debug\SMFTP_CallTestVB.vbproj.GenerateResource.Cache
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestVB\obj\x86\Debug\SMFTP_CallTestVB.exe
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestVB\obj\x86\Debug\SMFTP_CallTestVB.xml
C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\SMFTP_CallTestVB\obj\x86\Debug\SMFTP_CallTestVB.pdb

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
SMFTP_CallTestVB
</name>
</assembly>
<members>
<member name="P:SMFTP_CallTestVB.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:SMFTP_CallTestVB.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:SMFTP_CallTestVB.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
SMFTP_CallTestVB
</name>
</assembly>
<members>
<member name="P:SMFTP_CallTestVB.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:SMFTP_CallTestVB.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:SMFTP_CallTestVB.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,3 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<configuration> <configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,65 @@
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\vc120.pdb
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\vc120.idb
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshsh256.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshsh512.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshsha.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshzlib.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\timing.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\tree234.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\version.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\wildcard.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\wincons.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\windefs.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\winhandl.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\winmisc.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\winnet.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\winnoise.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\winpgntc.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\winproxy.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\winsftp.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\winstore.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\wintime.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\x11fwd.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\logging.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\misc.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\pinger.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\portfwd.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\proxy.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\settings.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sftp.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshaes.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\ssharcf.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshblowf.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshbn.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshcrc.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshcrcda.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshdes.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshdh.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshdss.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshmd5.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshpubk.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshrand.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\sshrsa.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\be_none.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\cmdline.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\cproxy.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\int64.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\ssh.obj
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.ilk
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.dll
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.pdb
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.lib
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.exp
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.res
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\.\debug\psftp.dll
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.tlog\cl.command.1.tlog
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.tlog\cl.read.1.tlog
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.tlog\cl.write.1.tlog
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.tlog\link.command.1.tlog
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.tlog\link.read.1.tlog
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.tlog\link.write.1.tlog
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.tlog\psftp.write.1u.tlog
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.tlog\rc.command.1.tlog
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.tlog\rc.read.1.tlog
c:\users\diesonne99\desktop\panaceantech\sftplugins\psftp\windows\msvc\psftp\debug\psftp.tlog\rc.write.1.tlog

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,115 @@
Build started 7/25/2016 4:30:12 PM.
1>Project "C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\psftp\WINDOWS\MSVC\PSFTP\psftp.vcxproj" on node 2 (Rebuild target(s)).
1>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /I..\..\..\./ /I..\..\..\charset/ /I..\..\..\windows/ /I..\..\..\unix/ /I..\..\..\mac/ /I..\..\..\macosx/ /ZI /nologo /W2 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _WINDOWS /D _VC80_UPGRADE=0x0600 /D _WINDLL /D _MBCS /Gm /EHsc /RTC1 /MTd /GS /Gy- /fp:precise /Zc:wchar_t /Zc:forScope /Fo".\Debug\\" /Fd".\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:prompt ..\..\..\be_none.c ..\..\..\cmdline.c ..\..\..\cproxy.c ..\..\..\int64.c ..\..\..\logging.c ..\..\..\misc.c ..\..\..\pinger.c ..\..\..\portfwd.c ..\..\..\proxy.c ..\..\..\settings.c ..\..\..\sftp.c ..\..\..\sshaes.c ..\..\..\ssharcf.c ..\..\..\sshblowf.c ..\..\..\sshbn.c ..\..\..\sshcrc.c ..\..\..\sshcrcda.c ..\..\..\sshdes.c ..\..\..\sshdh.c ..\..\..\sshdss.c ..\..\..\sshmd5.c ..\..\..\sshpubk.c ..\..\..\sshrand.c ..\..\..\sshrsa.c ..\..\..\sshsh256.c ..\..\..\sshsh512.c ..\..\..\sshsha.c ..\..\..\sshzlib.c ..\..\..\timing.c ..\..\..\tree234.c ..\..\..\version.c ..\..\..\wildcard.c ..\..\wincons.c ..\..\windefs.c ..\..\winhandl.c ..\..\winmisc.c ..\..\winnet.c ..\..\winnoise.c ..\..\winpgntc.c ..\..\winproxy.c ..\..\winsftp.c ..\..\winstore.c ..\..\wintime.c ..\..\..\x11fwd.c
x11fwd.c
wintime.c
winstore.c
winsftp.c
winproxy.c
winpgntc.c
winnoise.c
winnet.c
winmisc.c
winhandl.c
windefs.c
wincons.c
wildcard.c
version.c
tree234.c
timing.c
sshzlib.c
sshsha.c
sshsh512.c
sshsh256.c
Generating Code...
Compiling...
sshrsa.c
sshrand.c
sshpubk.c
sshmd5.c
sshdss.c
sshdh.c
sshdes.c
sshcrcda.c
sshcrc.c
sshbn.c
sshblowf.c
ssharcf.c
sshaes.c
sftp.c
settings.c
proxy.c
portfwd.c
pinger.c
misc.c
logging.c
Generating Code...
Compiling...
int64.c
cproxy.c
cmdline.c
be_none.c
Generating Code...
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /I..\..\..\./ /I..\..\..\charset/ /I..\..\..\windows/ /I..\..\..\unix/ /I..\..\..\mac/ /I..\..\..\macosx/ /ZI /nologo /W2 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _WINDOWS /D _VC80_UPGRADE=0x0600 /D _WINDLL /D _MBCS /Gm /EHsc /MT /GS /Gy- /fp:precise /Zc:wchar_t /Zc:forScope /Fo".\Debug\\" /Fd".\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:prompt ..\..\..\psftp.c
psftp.c
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /I..\..\..\./ /I..\..\..\charset/ /I..\..\..\windows/ /I..\..\..\unix/ /I..\..\..\mac/ /I..\..\..\macosx/ /Zi /nologo /W2 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _WINDOWS /D _VC80_UPGRADE=0x0600 /D _WINDLL /D _MBCS /Gm /EHsc /RTC1 /MTd /GS /Gy- /fp:precise /Zc:wchar_t /Zc:forScope /Fo".\Debug\\" /Fd".\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:prompt ..\..\..\ssh.c
ssh.c
ResourceCompile:
C:\Program Files (x86)\Windows Kits\8.1\bin\x86\rc.exe /D _DEBUG /D _VC80_UPGRADE=0x0600 /l"0x0809" /I"\Users\Administrator\Documents\Visual Studio 2010\Projects\puttysrc\windows" /nologo /fo".\Debug\psftp.res" ..\..\psftp.rc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:".\Debug\psftp.dll" /INCREMENTAL /NOLOGO comctl32.lib imm32.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NODEFAULTLIB:libcmt.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:".\Debug\psftp.pdb" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\Debug\psftp.lib" /MACHINE:X86 /SAFESEH /DLL .\Debug\psftp.res
.\Debug\be_none.obj
.\Debug\cmdline.obj
.\Debug\cproxy.obj
.\Debug\int64.obj
.\Debug\logging.obj
.\Debug\misc.obj
.\Debug\pinger.obj
.\Debug\portfwd.obj
.\Debug\proxy.obj
.\Debug\psftp.obj
.\Debug\settings.obj
.\Debug\sftp.obj
.\Debug\ssh.obj
.\Debug\sshaes.obj
.\Debug\ssharcf.obj
.\Debug\sshblowf.obj
.\Debug\sshbn.obj
.\Debug\sshcrc.obj
.\Debug\sshcrcda.obj
.\Debug\sshdes.obj
.\Debug\sshdh.obj
.\Debug\sshdss.obj
.\Debug\sshmd5.obj
.\Debug\sshpubk.obj
.\Debug\sshrand.obj
.\Debug\sshrsa.obj
.\Debug\sshsh256.obj
.\Debug\sshsh512.obj
.\Debug\sshsha.obj
.\Debug\sshzlib.obj
.\Debug\timing.obj
.\Debug\tree234.obj
.\Debug\version.obj
.\Debug\wildcard.obj
.\Debug\wincons.obj
.\Debug\windefs.obj
.\Debug\winhandl.obj
.\Debug\winmisc.obj
.\Debug\winnet.obj
.\Debug\winnoise.obj
.\Debug\winpgntc.obj
.\Debug\winproxy.obj
.\Debug\winsftp.obj
.\Debug\winstore.obj
.\Debug\wintime.obj
.\Debug\x11fwd.obj
1>be_none.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification
Creating library .\Debug\psftp.lib and object .\Debug\psftp.exp
psftp.vcxproj -> C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\psftp\WINDOWS\MSVC\PSFTP\.\Debug\psftp.dll
1>Done Building Project "C:\Users\DieSonne99\Desktop\panaceantech\sFTPlugins\psftp\WINDOWS\MSVC\PSFTP\psftp.vcxproj" (Rebuild target(s)).
Build succeeded.
Time Elapsed 00:00:12.06

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More