Email vs FTP Server for Transferring many Small Text Files

Josh

What are the upsides to using an FTP server (hosted by a third party) to transfer (and maybe store) files when compared to just sending through email? The language of choice is C#.

Email looks easier to implement and if it was going to Gmail then server hosting and upkeep would not be a worry. However, I am not experienced with FTP servers and don't know how big of deal setup and upkeep is on them. All that is being sent is a bunch of text files, most likely each under 1 MB. Security is not a big deal at this point, but I am curious which is more secure without doing a lot of extra setup work.

robnick

Emailing means you have no guarantee that the file is received at the other end, or in a timely manner. Maybe this is not important for you? Emailing certainly would be easier to program up compared to FTP.

On the other hand if you use one of the many FTP libraries available for .NET then have complete control. You could include the library in a C# windows service to do the transferring seamlessly for you including exception (error) processing and notification.

Personally I'd take the opportunity to learn about FTP (its easy). You would of course require a FTP service to be setup on your server. All part of the learning.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

go rpc, http or websockets,which is fastest for transferring many small pieces of data, repeatedly, from one server to another

From Dev

Small Business Email Server Internal vs External DNS IP

From Dev

Transferring millions of files from one server to another

From Dev

Transferring millions of files from one server to another

From Dev

Why are files sometimes a different size or corrupt after transferring by FTP?

From Dev

How to send FTP commands without listing directory, or transferring files with curl?

From Dev

Is there a speed difference between transferring files over FTP and Samba?

From Dev

C# transferring lots of small files over a network

From Dev

Read Many Small Files Sequentially

From Dev

Many small files Vs 1 big file for AWS S3 and Glacier :

From Dev

Millions of (small) text files in a folder

From Dev

Transferring files from AWS lambda tmp folder to sftp server

From Dev

Transferring files from virtual Linux computer to Digital Ocean server

From Dev

Transferring files with line breaks in file names on Linux server

From Dev

Transferring files from remote Mac SSH to school Linux Server

From Dev

Windows Server network card transferring files at 100 Mb/s on the LAN

From Dev

Move files from/to ftp server

From Dev

Optimization for splitting one file into many small files

From Dev

Too many small files HDFS Sink Flume

From Dev

How to backup too many small files faster?

From Dev

Memory problems when compressing and transferring a large number of small files (1TB in total)

From Dev

External HDD makes clicking sound only when transferring lots of small files

From Dev

PHP - Identifying directories vs files in FTP

From Dev

Why some torrent files are split into many small rar files?

From Dev

Rsync - not transferring empty files

From Dev

MQ Websphere - Transferring files

From Dev

Transferring files using Telnet

From Dev

Transferring files through SFTP

From Dev

MQ Websphere - Transferring files

Related Related

  1. 1

    go rpc, http or websockets,which is fastest for transferring many small pieces of data, repeatedly, from one server to another

  2. 2

    Small Business Email Server Internal vs External DNS IP

  3. 3

    Transferring millions of files from one server to another

  4. 4

    Transferring millions of files from one server to another

  5. 5

    Why are files sometimes a different size or corrupt after transferring by FTP?

  6. 6

    How to send FTP commands without listing directory, or transferring files with curl?

  7. 7

    Is there a speed difference between transferring files over FTP and Samba?

  8. 8

    C# transferring lots of small files over a network

  9. 9

    Read Many Small Files Sequentially

  10. 10

    Many small files Vs 1 big file for AWS S3 and Glacier :

  11. 11

    Millions of (small) text files in a folder

  12. 12

    Transferring files from AWS lambda tmp folder to sftp server

  13. 13

    Transferring files from virtual Linux computer to Digital Ocean server

  14. 14

    Transferring files with line breaks in file names on Linux server

  15. 15

    Transferring files from remote Mac SSH to school Linux Server

  16. 16

    Windows Server network card transferring files at 100 Mb/s on the LAN

  17. 17

    Move files from/to ftp server

  18. 18

    Optimization for splitting one file into many small files

  19. 19

    Too many small files HDFS Sink Flume

  20. 20

    How to backup too many small files faster?

  21. 21

    Memory problems when compressing and transferring a large number of small files (1TB in total)

  22. 22

    External HDD makes clicking sound only when transferring lots of small files

  23. 23

    PHP - Identifying directories vs files in FTP

  24. 24

    Why some torrent files are split into many small rar files?

  25. 25

    Rsync - not transferring empty files

  26. 26

    MQ Websphere - Transferring files

  27. 27

    Transferring files using Telnet

  28. 28

    Transferring files through SFTP

  29. 29

    MQ Websphere - Transferring files

HotTag

Archive