Skip to main content

Questions tagged [ftp]

File Transfer Protocol (FTP) is a well-established protocol for conducting file operations (such as transferring files) over a TCP-based network such as the Internet.

1 vote
1 answer
164 views

Which is technology is preferably for uploading desktop application usage statistics, SFTP, or HTTPS?

I would like to add functionality to an existing .NET 6, WinForms app (currently migrating to .NET 8 if that is of any relevance), to periodically upload user usage metrics, in addition to providing ...
mountainred's user avatar
0 votes
1 answer
186 views

What Should An FTP to REST Process Look Like?

I am writing a new application where the clients want to communicate using files over (S)FTP. The first use case is that the client puts a file on the FTP server at end of day. I then process it and ...
opticyclic's user avatar
-2 votes
1 answer
80 views

How the basic structure of a simple messaging app works?

How the messaging apps works? What is the Basic algorithm of it? I tried the following method to make a messaging app. I enters message Message converts to a text file Text text file uploads to the ...
Rajodiya Jeel's user avatar
1 vote
0 answers
73 views

How to design a highly available and fault tolerant file storage drop location in linux box

Am trying to build a highly available and fault tolerant file drop location in linux server. Please find the current system design below: We got 2 linux servers in secured zone into which several ...
Valath's user avatar
  • 127
-1 votes
1 answer
95 views

How to determine the application used on top of TCP?

I am currently implementing a TCP Proxy Server. The huge problem I have right now is that, based on the clients' TCP data, I am trying to determine whether the client is making an HTTP, FTP or SMTP ...
Kagiso Marvin Molekwa's user avatar
0 votes
1 answer
376 views

Architecture for File migration from FTP to cloud service

We are building a new application for a client to manage their cases. They are already using their existing system in which they are storing files associated to the cases in an FTP folder. There is an ...
Sam's user avatar
  • 121
-1 votes
1 answer
1k views

FTP upload on AWS Elastic Beanstalk

We have our REST API running on AWS Elastic Beanstalk (NodeJS/Linux), there are some legacy devices that their only way to communicate with the world is uploading a file using FTP. These devices ...
Felipe Pereira's user avatar
0 votes
1 answer
269 views

Publish nightly received e-mails on FTP server

The goal is to publish the attachments of received e-mails as soon as possible on an FTP server. These e-mails are sent at night, manual work is impossible. The mail server these e-mails are received ...
Laurens Koppenol's user avatar
1 vote
1 answer
578 views

Reliability for FTP Server

We have a Ftp server implemented. The manager wants to add reliability to it. He wants me to write incoming streams into some fast and reliable system (like hbase or redis) before writing them to ...
vakarami's user avatar
  • 111
2 votes
1 answer
4k views

A manual and automated CSV file upload solution for a website

Problem I run a website which has a requirement for a new feature - to enable users to upload CSV files into the website. The users will only ever need to upload 1 CSV file at a time, and only 1 or 2 ...
mulllhausen's user avatar
1 vote
1 answer
2k views

If I want to build an application to transfer files between client and server, does it have to use port 21?

I'm taking an introduction Networking course and one of the first assignments is to make a simple file transfer application using socket API and TCP or UDP. There is a server and a client. The client ...
Shawn's user avatar
  • 21
2 votes
2 answers
144 views

How to check robustness in a service that includes multiple points of failure in workflow, including FTP

As part of my workflow, I need to do all these steps in one transaction - I need to ftp files to 2 different FTP servers. - There is also a spreadsheet that gets generated which needs to be FTP'ed. ...
aarti's user avatar
  • 175
0 votes
2 answers
1k views

Uploading files(code) on a web server?

I have a very small and basic web site on a web server. Usually I'm doing the changes on a localhost where the development version is, and after that I upload it to the server with FileZilla. That's ...
Bor's user avatar
  • 129
0 votes
1 answer
481 views

How to provide data to a web server using a data warehouse?

We have data stored in a data warehouse as follows: Price Date Product Name (varchar(25)) We currently only have seven products. Once every business day, seven new data points are added ...
James's user avatar
  • 285
5 votes
2 answers
933 views

Setting up and syncing a developer (local) version and a public version of a website

What is the best and most efficient way to set up two versions of the same website? I want one version that is online and open for everyone to use but I also want a developer version where I can ...
Oskar Persson's user avatar

15 30 50 per page