Search found 4 matches
- Tue May 21, 2019 3:02 pm
- Forum: Client - General
- Topic: Windows service with CoreFTP client causes APPCRASH
- Replies: 1
- Views: 40160
Re: Windows service with CoreFTP client causes APPCRASH
This has been resolved.
- Fri May 17, 2019 5:08 pm
- Forum: Client - General
- Topic: Windows service with CoreFTP client causes APPCRASH
- Replies: 1
- Views: 40160
Windows service with CoreFTP client causes APPCRASH
It runs fine on the server (windows server 2016) using Visual Studio 2017. Must be a permission or something we are missing. Any help is greatly appreciated: Version=1 EventType=APPCRASH EventTime=132025816050495013 ReportType=2 Consent=1 UploadTime=132025816055185153 ReportIdentifier=f8584326-78ba-...
- Wed Feb 20, 2019 1:43 pm
- Forum: Client - General
- Topic: Using C# Process throws invalid password or username
- Replies: 2
- Views: 13295
Re: Using C# Process throws invalid password or username
Thanks for the post. But when I go to the site it is supposed to get the file, it is not there. I have tried to have them help me but they are clueless. I removed the username and password to use the site but still no file. How can I tell if it is actually using -SITE? I am using the correct site no...
- Tue Feb 19, 2019 8:02 pm
- Forum: Client - General
- Topic: Using C# Process throws invalid password or username
- Replies: 2
- Views: 13295
Using C# Process throws invalid password or username
Process proc = new Process { StartInfo = new ProcessStartInfo { FileName = "c:\\program files\\coreftp\\coreftp.exe", Arguments = " -ssh -s -u " + ConfigurationManager.AppSettings["DevCLQPDFFolder"] + dtFile.Rows[0]["fileName"].ToString() + " -p " + ...