Link to home
Start Free TrialLog in
Avatar of rwheeler23
rwheeler23Flag for United States of America

asked on

How to install FTP File Transfer to a C# program

I was given an older VB program that does file transfers to and from an FTP server. When I load it into VS 2022 the load failed. I am seeing a message "FTP File Transfer(incompatible) The application is not installed.

I tried loading Nuget SSHNET and that fixed part of the problem but not this part.

How do I get FTP File Transfer into this project show I can see the code?

Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

You can simply open each file using an editor and copy paste into your new solution.
Avatar of rwheeler23

ASKER

It appears to be looking for a file called FTP File Transfer.vdproj. This program is called as a scheduled task so pasting in an xml file would not be possible.

User generated image

ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks I see that now. Is this project full of FTP methods for transferring files? Is this to be used instead of SshNet?
the ftpserver project has all of the source files. the .vdproj makes an installable version of ftpserver which out of the box only allows for a click to run installer.