Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP upload error #2407

Closed
sidekix opened this issue Apr 4, 2017 · 1 comment
Closed

FTP upload error #2407

sidekix opened this issue Apr 4, 2017 · 1 comment
Labels

Comments

@sidekix
Copy link

sidekix commented Apr 4, 2017

The FTP upload works since a few days no longer.
A normal connection with FileZilla or FlashFXP works, so that I can upload and download.
Also the connection test in the ftp settings by ShareX says "connected ".

2017-04-05 00:02:38.714 - ShareX 11.6 Portable
2017-04-05 00:02:38.733 - Command line: "I:\Michael\ShareX-portable\ShareX.exe"
2017-04-05 00:02:38.741 - Build: Release
2017-04-05 00:02:38.751 - Operating system: Windows 10 Pro
2017-04-05 00:02:38.759 - Personal path: I:\Michael\ShareX-portable\ShareX
2017-04-05 00:02:38.771 - Flags: Portable
2017-04-05 00:02:38.780 - ApplicationConfig load started: I:\Michael\ShareX-portable\ShareX\ApplicationConfig.json
2017-04-05 00:02:39.095 - ApplicationConfig load finished: I:\Michael\ShareX-portable\ShareX\ApplicationConfig.json
2017-04-05 00:02:39.106 - UploadersConfig load started: I:\Michael\ShareX-portable\ShareX\UploadersConfig.json
2017-04-05 00:02:39.120 - MainForm init started
2017-04-05 00:02:39.237 - UploadersConfig load finished: I:\Michael\ShareX-portable\ShareX\UploadersConfig.json
2017-04-05 00:02:39.250 - HotkeysConfig load started: I:\Michael\ShareX-portable\ShareX\HotkeysConfig.json
2017-04-05 00:02:39.264 - HotkeysConfig load finished: I:\Michael\ShareX-portable\ShareX\HotkeysConfig.json
2017-04-05 00:02:39.351 - MainForm init finished
2017-04-05 00:02:39.478 - Startup time: 788 ms
2017-04-05 00:02:39.493 - Hotkey registered: Hotkey: Ctrl + Print Screen, Description: Region aufnehmen, Job: RectangleRegion
2017-04-05 00:02:39.508 - Hotkey registered: Hotkey: Print Screen, Description: Gesamten Bildschirm aufnehmen, Job: PrintScreen
2017-04-05 00:02:39.518 - Hotkey registered: Hotkey: Alt + Print Screen, Description: Aktives Fenster aufnehmen, Job: ActiveWindow
2017-04-05 00:02:39.527 - Hotkey registered: Hotkey: Shift + Print Screen, Description: Bildschirmaufnahme, Job: ScreenRecorder
2017-04-05 00:02:39.536 - HotkeyManager started
2017-04-05 00:02:39.546 - WatchFolderManager started
2017-04-05 00:02:41.707 - Executing: Hauptfenster öffnen
2017-04-05 00:03:20.677 - UploadersConfig save started: I:\Michael\ShareX-portable\ShareX\UploadersConfig.json
2017-04-05 00:03:20.764 - UploadersConfig save successful: I:\Michael\ShareX-portable\ShareX\UploadersConfig.json
2017-04-05 00:04:27.586 - UploadersConfig save started: I:\Michael\ShareX-portable\ShareX\UploadersConfig.json
2017-04-05 00:04:27.911 - UploadersConfig save successful: I:\Michael\ShareX-portable\ShareX\UploadersConfig.json
2017-04-05 00:04:33.054 - Task in queue. Job: Job, Type: File, Host: FTP
2017-04-05 00:04:33.104 - Task status: Preparing
2017-04-05 00:04:33.114 - Image saved to file: I:\Michael\ShareX-portable\ShareX\Screenshots\2017-04\bild.png
2017-04-05 00:04:33.124 - Upload started. Filename: bild.png, Filepath: I:\Michael\ShareX-portable\ShareX\Screenshots\2017-04\bild.png
2017-04-05 00:04:33.544 - Exception:
System.IO.IOException: The connection was terminated before a greeting could be read.
bei System.Net.FtpClient.FtpClient.Connect()
bei System.Net.FtpClient.FtpClient.OpenWrite(String path, FtpDataType type)
bei ShareX.UploadersLib.FileUploaders.FTP.UploadData(Stream localStream, String remotePath)
bei ShareX.UploadersLib.FileUploaders.FTP.Upload(Stream stream, String fileName)
bei ShareX.WorkerTask.UploadData(IGenericUploaderService service, Stream stream, String fileName)
bei ShareX.WorkerTask.DoUpload(Int32 retry)
2017-04-05 00:04:33.554 - Upload failed. Retrying upload.
2017-04-05 00:04:34.938 - Exception:
System.IO.IOException: The connection was terminated before a greeting could be read.
bei System.Net.FtpClient.FtpClient.Connect()
bei System.Net.FtpClient.FtpClient.OpenWrite(String path, FtpDataType type)
bei ShareX.UploadersLib.FileUploaders.FTP.UploadData(Stream localStream, String remotePath)
bei ShareX.UploadersLib.FileUploaders.FTP.Upload(Stream stream, String fileName)
bei ShareX.WorkerTask.UploadData(IGenericUploaderService service, Stream stream, String fileName)
bei ShareX.WorkerTask.DoUpload(Int32 retry)
2017-04-05 00:04:34.949 - Task failed. Filename: bild.png, Errors:
System.IO.IOException: The connection was terminated before a greeting could be read.
bei System.Net.FtpClient.FtpClient.Connect()
bei System.Net.FtpClient.FtpClient.OpenWrite(String path, FtpDataType type)
bei ShareX.UploadersLib.FileUploaders.FTP.UploadData(Stream localStream, String remotePath)
bei ShareX.UploadersLib.FileUploaders.FTP.Upload(Stream stream, String fileName)
bei ShareX.WorkerTask.UploadData(IGenericUploaderService service, Stream stream, String fileName)
bei ShareX.WorkerTask.DoUpload(Int32 retry)

System.IO.IOException: The connection was terminated before a greeting could be read.
bei System.Net.FtpClient.FtpClient.Connect()
bei System.Net.FtpClient.FtpClient.OpenWrite(String path, FtpDataType type)
bei ShareX.UploadersLib.FileUploaders.FTP.UploadData(Stream localStream, String remotePath)
bei ShareX.UploadersLib.FileUploaders.FTP.Upload(Stream stream, String fileName)
bei ShareX.WorkerTask.UploadData(IGenericUploaderService service, Stream stream, String fileName)
bei ShareX.WorkerTask.DoUpload(Int32 retry)
2017-04-05 00:04:34.963 - ApplicationConfig save started: I:\Michael\ShareX-portable\ShareX\ApplicationConfig.json
2017-04-05 00:04:34.977 - HotkeysConfig save started: I:\Michael\ShareX-portable\ShareX\HotkeysConfig.json
2017-04-05 00:04:34.987 - UploadersConfig save started: I:\Michael\ShareX-portable\ShareX\UploadersConfig.json
2017-04-05 00:04:35.099 - UploadersConfig save successful: I:\Michael\ShareX-portable\ShareX\UploadersConfig.json
2017-04-05 00:04:35.152 - HotkeysConfig save successful: I:\Michael\ShareX-portable\ShareX\HotkeysConfig.json
2017-04-05 00:04:35.163 - ApplicationConfig save successful: I:\Michael\ShareX-portable\ShareX\ApplicationConfig.json

@stale
Copy link

stale bot commented Apr 14, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the Stale label Apr 14, 2018
@stale stale bot closed this as completed Apr 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant