Skip to Content
Menu
This question has been flagged

Hi there,



I'm trying to make a connection to an FTP filestorage, using the "ftplib" python library.



As it seems however, I'm able to connect and log in, but after that I am unable to perform certain actions.

I'm able to perform simple stuff like size, set_pasv, cwd, mkd, but when it comes to for example listing files in the server with dir or retrlines, it seems to just keep loading before eventually being disconnected by the ftp server (usually [Errno 104] Connection reset by peer).



Anyone able to help me with this?

All I'm trying to do initially is setting up a client with connect(), logging in and turning off passive mode (doesnt work with passive mode on either). Then trying to get a list of files/folders.

Here are the methods I'm talking about in ftplib: https://docs.python.org/3/library/ftplib.html#ftp-objects
Side note: most of this stuff does work when I try it in a local environment, seems to be that odoo.sh handles this differently?



Thanks in advance!

Avatar
Discard
Related Posts Replies Views Activity
2
Nov 24
7177
0
Mar 22
1374
1
Aug 24
1950
1
Mar 24
469
1
Dec 24
1110