|
-
Sep 15th, 2005, 09:15 PM
#1
"best" ftp/ssh/networking apps?
Mainly looking for a FTP server and an SSH server app. I don't care if it's freeware or not.
I'd like to know which ones you guys think are the best ones.... also any other network utility app that comes to mind?
Last edited by MrPolite; Sep 16th, 2005 at 03:14 PM.
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Sep 15th, 2005, 09:20 PM
#2
Re: [serious]"best" ftp/ssh/networking apps?
Putty is a good client that has ftp and telnet with SSH. It has Linux and Windows versions.
-
Sep 15th, 2005, 09:21 PM
#3
-
Sep 15th, 2005, 11:03 PM
#4
Frenzied Member
Re: [serious]"best" ftp/ssh/networking apps?
PuTTY is absolutely fantastic. I wouldn't recommend anything else.
-
Sep 16th, 2005, 12:35 AM
#5
Re: [serious]"best" ftp/ssh/networking apps?
anyone's tried RemotelyAnywhere btw?
it comes with ftp ssh telnet and has remote desktop abilities
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Sep 16th, 2005, 01:30 AM
#6
Frenzied Member
Re: [serious]"best" ftp/ssh/networking apps?
Well as an alternative to FTP for a Linux machine, you could use an SCP client (which I believe is SFTP). WinSCP is a good one for Windows.
-
Sep 16th, 2005, 02:56 AM
#7
Re: [serious]"best" ftp/ssh/networking apps?
 Originally Posted by TomGibbons
Well as an alternative to FTP for a Linux machine, you could use an SCP client (which I believe is SFTP). WinSCP is a good one for Windows.
SCP is an SFTP client but it can also drop back to SSH. I use SCP to syncronize my website over SSH. It works a dream.
Putty also comes with various other tools which allow you to transfer files over SSH via the command line including PSCP and PSFTP.
http://www.chiark.greenend.org.uk/~s.../download.html
-
Sep 16th, 2005, 01:14 PM
#8
Re: [serious]"best" ftp/ssh/networking apps?
ah I'm still confused
what is SCP now? is it just a secured ftp?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Sep 16th, 2005, 01:30 PM
#9
Re: [serious]"best" ftp/ssh/networking apps?
Well cp isthe copy command in the UNIX command line interface. SCP is the Secure copy Command. It allows you to copy files via SSH from one machine to another over the Internet.
SFTP is different as it is FTP tunelled through an SSH connection. Making it Secure - hence SFTP
Last edited by visualAd; Sep 16th, 2005 at 01:33 PM.
-
Sep 16th, 2005, 03:12 PM
#10
Re: [serious]"best" ftp/ssh/networking apps?
ah I see
so it's really SSH
ok how about SSL? I've heard you can have that on a FTP connection too. Wouldnt that be secure enough? if so, then what's the the point of SFTP?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|