Difference in using SFTP or FPT

Advertisement

Philky001
Donor
Joined:
Posts:
20

Difference in using SFTP or FPT

HI I have done a .net program recently using SFTP. Now we also have here FTP doing manually. they were asking
what was involved to change that to the .net program.

Are there any code changes i need to make? for a version that will do FTP.

I dont need one program to do all.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Difference in using SFTP or FPT

Just change SessionOptions.Protocol to Protocol.Ftp.

And adjust username, hostname, paths, etc, as needed.

Reply with quote

Advertisement

You can post new topics in this forum