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.uploadFile got 5 arguments, expected 4 #16

Open
manishevolution opened this issue Mar 9, 2022 · 1 comment
Open

FTP.uploadFile got 5 arguments, expected 4 #16

manishevolution opened this issue Mar 9, 2022 · 1 comment

Comments

@manishevolution
Copy link

Screenshot_1646822421

@xorob0
Copy link

xorob0 commented Sep 26, 2023

I had the same issue, the code that is currently on npm is expecting 2 arguments:

      FTP.uploadFile(
        pathOfYourLocalFile,
        PathOnTheServer,
)

It will be using the name you use locally as name on the server

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