You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some problems with the ftplib library and would like to ask you for advice.
I failed to call Connect() in initramfs to log in to the FTP server.
I checked the code of ftplib.cpp and found that getservbyname() returned a failure.
However,Connect in romfs can successfully login to the ftp server
I tried to copy /etc/services from romfs to initramfs , but it still failed to log in.
I do not know what is wrong, Can you give me some suggestions?
The text was updated successfully, but these errors were encountered:
I'm having some problems with the ftplib library and would like to ask you for advice.
I failed to call Connect() in initramfs to log in to the FTP server.
I checked the code of ftplib.cpp and found that getservbyname() returned a failure.
However,Connect in romfs can successfully login to the ftp server
I tried to copy /etc/services from romfs to initramfs , but it still failed to log in.
I do not know what is wrong, Can you give me some suggestions?
The text was updated successfully, but these errors were encountered: