Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a scenario where my .net application generates some files which we are transferring to unix server with ftp protocol. But now I want to replace the FTP protocol with HTTPS without using any SFTP or WINSCP. Can you suggest a way to move ahead as we are unable to find any solution for this.

Appreciate your help regarding this issue.
Posted
Comments
Richard MacCutchan 3-Apr-14 6:20am    
If you wish to transfer by HTTPS then you need a web server running on the destination system that will accept your upload requests.
Member 10721099 3-Apr-14 6:28am    
With out any hostings on the destination server, my scenario is .Net windows application generates some files. After generating the same .net program needs to place these files to destination Server by using https instead of FTP or SFTP.
Richard MacCutchan 3-Apr-14 6:35am    
Then you need a program on the destination system that listens on the HTTPS port and accepts and processes file upload requests.
Member 10721099 3-Apr-14 7:56am    
We cannot run any program in the destination system.
Richard MacCutchan 3-Apr-14 8:52am    
Then you have a problem. You cannot transfer anything from one system to another unless the destination system has an application that will accept what you try to send it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900