-
Notifications
You must be signed in to change notification settings - Fork 3
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 connect problem #30
Comments
could be caused by the Secure option. This doesn't always work. Try unsecure or another FTP service. |
Unsecure FTP works. |
try doing an export for one app from the app settings page. Then look at the logs for clues. |
This is the log right after I have deleted it. Can you see what is wrong from this? I use standard FTP and it connects fine when I test. It also creates homey/export folder but nothing appears in this folder when I export. I have tried to export all Logic insights last hour. [log] 2022-10-13 16:54:03 FTPError: 550 Requested action not taken. File unavailable (e.g., file not found, no access). at FTPContext._onControlSocketData (/node_modules/basic-ftp/dist/FtpContext.js:282:39) at Socket. (/node_modules/basic-ftp/dist/FtpContext.js:123:44) at Socket.emit (node:events:526:28) at addChunk (node:internal/streams/readable:315:12) at readableAddChunk (node:internal/streams/readable:285:11) at Socket.Readable.push (node:internal/streams/readable:228:10) at TCP.onStreamRead (node:internal/stream_base_commons:190:23) { code: 550 } |
Yes: FTPError: 550 Requested action not taken. File unavailable (e.g., file not found, no access). This means the ftp account does not have the correct rights, or you incorrectly specified which folder to use. Check the settings for which folder to use. Look at the example on how to use / |
I specified the subfolder as homey/export. This folder is slap created on ftp site. Is it about right then?Venlig hilsenFrankDen 13. okt. 2022 kl. 19.47 skrev gruijter ***@***.***>:
Yes: FTPError: 550 Requested action not taken. File unavailable (e.g., file not found, no access).
This means the ftp account does not have the correct rights, or you incorrectly specified which folder to use. Check the settings for which folder to use. Look at the example on how to use /
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Did you try leaving out the /export part? Alas the app is not plug and play because of all the different network and server setups that are out there in the world. So you do need to try different setups until you succeed (or give up) |
Hi
I have tried all combinations you mentioned. Now I have tried to host a server site at a different hosting company. Here your FTP connection works fine and delivers files.
How can data from the files be used? How do other users use data? My problem is, that there will be some manual work to extract data from the zip files before it can be used. Do users use Grafana for showing data?
BG
Frank.
Den 13. oktober 2022 kl. 20.40.07 +02.00, skrev gruijter ***@***.***>:
…
Did you try leaving out the /export part?
Does the homey folder even exist on your ftp server?
Did you setup the correct rights for the homey folder and its subfolders?
Did you try disabling the option 'seperate folder forveach export'?
Did you try a completely different ftp server?
Alas the app is not plug and play because of all the different network and server setups that are out there in the world. So you do need to try dofferent setups until you succeed (or give up)
—
Reply to this email directly, view it on GitHub <#30 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AULVHWJEV7BHKHMEDW3SQ2TWDBJQPANCNFSM6AAAAAAQ5P766E>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Go to FTP page.
Activate "Use FTP when exporting"
Activate "Use secure FTPS"
Host: sftp.kapsejlads.nu
Port: 22
Username: xxx
Password: yyy
I just get "Error" everytime I test.
The text was updated successfully, but these errors were encountered: