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

error[E0599]: no function or associated item named with_fs found for struct Server in the current scope #490

Closed
phil-skillwon opened this issue Oct 18, 2023 · 2 comments

Comments

@phil-skillwon
Copy link

I was able to compile without any issues a while ago. However, ever since I updated to a newer version of Rust, I started encountering the following errors when compiling:

error[E0599]: no function or associated item named with_fs found for struct Server in the current scope
--> src/main.rs:63:36
|
63 | let server = libunftp::Server::with_fs(ftpHome)
| ^^^^^^^ function or associated item not found in Server<_, _>

warning: unused import: unftp_sbe_fs::ServerExt
--> src/main.rs:17:5
|
17 | use unftp_sbe_fs::ServerExt;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

For more information about this error, try rustc --explain E0599.

@hannesdejager
Copy link
Collaborator

@phil-skillwon Hi are you on the latest versions of libunftp and unftp-sbe-fs?

@hannesdejager
Copy link
Collaborator

Closing due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants