473,405 Members | 2,185 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

How to ftp files securely?



With ftp, username and password are transmitted in clear text. I would like
to send files using ftp programmatically in a secure way. What's the best
way to do this?
--
John Dalberg
Oct 19 '05 #1
3 1567
Some options:

1. VPN
2. FTP over SSL
3. HTTPS (webdav)
4. Sneakernet

You may want to check out http://www.indyproject.org/KB/ for a free
implementation of SSL and a lot of other Internet protocols that can be used
from .Net.
"John Dalberg" <jj**@hotmail.com2> wrote in message
news:io*****************************@40tude.net...


With ftp, username and password are transmitted in clear text. I would
like
to send files using ftp programmatically in a secure way. What's the best
way to do this?
--
John Dalberg

Oct 19 '05 #2
Don't forget SecureCoPy, or SCP. Grab pscp.exe from here:

http://www.chiark.greenend.org.uk/~s.../download.html

and write a batch file around it. Drop your files onto the batch file,
enter your password, watch the files transmit securely. of course you
need an SSH server on the host you're copying to, but I think I can help
you there as well:

http://pigtail.net/LRP/printsrv/cygwin-sshd.html

all 100% free software, both in price and in openness.

--
jeremiah();

Jim Hughes wrote:
Some options:

1. VPN
2. FTP over SSL
3. HTTPS (webdav)
4. Sneakernet

Oct 19 '05 #3
On Tue, 18 Oct 2005 20:57:48 -0700, Jim Hughes wrote:
Some options:

1. VPN
2. FTP over SSL
3. HTTPS (webdav)
4. Sneakernet

You may want to check out http://www.indyproject.org/KB/ for a free
implementation of SSL and a lot of other Internet protocols that can be used
from .Net.

How do you ftp over ssl?

John


"John Dalberg" <jj**@hotmail.com2> wrote in message
news:io*****************************@40tude.net...


With ftp, username and password are transmitted in clear text. I would
like
to send files using ftp programmatically in a secure way. What's the best
way to do this?
--
John Dalberg

--
John Dalberg
Oct 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Next | last post by:
Hello, I sure could use someone's help : ) I need to authenticate users and securely upload files from laptops on the internet ( not on the same domain as server ) to a server on my domain....
3
by: John Dalberg | last post by:
With ftp, username and password are transmitted in clear text. I would like to send files using ftp programmatically in a secure way. What's the best way to do this? -- John Dalberg
9
by: jab3 | last post by:
So I'm considering a small project that involves online file storage. Let's say I wanted to set up a site that allows people to log-on, create an account, and then have space to upload files. The...
4
by: John Pote | last post by:
Hello, help/advice appreciated. Background: I am writing some web scripts in python to receive small amounts of data from remote sensors and store the data in a file. 50 to 100 bytes every 5 or...
0
by: va | last post by:
I love Web Apps in ASP.NET 2.0 because you can easily deny users access to pages by role or user. But for desktop client to webservice methods, I am not sure what to do.... I am looking for...
21
by: Nicholas Sherlock | last post by:
Hey all, People on my website register to be allowed access to certain downloads. I store these files above the document root so that they can't be accessed by Apache (Only from PHP). I wrote a...
0
by: Daniel Di Vita | last post by:
I have three separate applications setup on an IIS server. Let’s call them AppA, AppB, and AppC. On AppA (the Default application) the user is presented with a login window. The login information...
2
by: Optimus Prime | last post by:
Hello, I apologize if this is the wrong forum for this question. If so please direct me to the correct one. I have some XML files that are populated in the field with no internet connection....
5
by: xkenneth | last post by:
Hi All, I'll shortly be distributing a number of python applications that use proprietary. The software is part of a much larger system and it will need to be distributed securely. How can i...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.