I want to implement the file transfer function in visual studio.

Asked 1 years ago, Updated 1 years ago, 297 views

I would like to implement c++ with visual studio to transfer files in Windows via ftp onto Linux machines, but when I look at the sites I found, I can't include header files, or I don't know if they can be done with them.

I will write down the site, so could you give me some advice?

https://www.straightapps.com/win/dev/ftp-connection.html

https://www.activexperts.com/network-component/howto/ftp/vc/

c++ ftp

2023-03-08 05:12

1 Answers

Making your own program all of a sudden is a bad idea, and it's better to use what's already there if you just want to transfer it.Development period 0 Development cost is zero.Therefore, it is up to you to decide which means of transportation are appropriate.

  • Are those two PCs adjacent or remote?
  • What is the transfer capacity (a few kilobytes or exabytes?)
  • How long does the transfer take (I want it to take a few seconds/night)
  • Do you need security considerations?

Only the questioner can make decisions such as

The question is that advice is fine, so Oira's advice is, "Don't make it.""If I dare to add, ""Don't make things you don't need with your own assumptions until you have completed the analysis of the case."""


2023-03-08 07:31

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.