+ Post New Thread
Threads 1 to 18 of 18

Forum: FTP, SSH, SFTP, & SCP

Help with FTP, SSH, SFTP, and SCP, including working from the command line.

  1. Remote Access setting

    I just set up my account on Hard Hat, and I am excited to get going with development of my website. I have a question regarding SSH access to my VDS. My plan is to access my VDS via SSH from my Linux box at work (I'm assuming this is possible). In Sphera, under Site Management-->Settings-->Remote...

    Started by jrcastell, 02-19-2006 09:27 PM
    • Replies: 3
    • Views: 5,365
    05-25-2010 04:25 AM Go to last post
  2. ftp through Dreamweaver

    Does anyone hear access their site using Dreamweaver? We are having trouble connecting via ftp through Dreamweaver. I'm able to upload my files using the HHControl Panel, but I'd prefer to stick with working with DW. In the Remote Site setup it asks for: FTP Host Host Directory Login...

    Started by cmcoop, 10-23-2007 02:14 PM
    • Replies: 1
    • Views: 7,677
    10-28-2007 10:20 AM Go to last post
  3. sshd_config

    Does anyone know where sshd_config is located on the new servers? Typically openssh on linux places this in /etc/ssh. In this instance I cannot seem to find it. I like to tunnel Navicat to mysql through ssh rather than a direct remote to mysql - paranoid I guess. The problem is that in its default...

    Started by sirius, 06-10-2007 11:30 AM
    • Replies: 2
    • Views: 4,729
    06-10-2007 12:06 PM Go to last post
  4. sftp non-interactive

    Hello everybody, first of all, I apologize for my english... :( I'd like to know how can i make a sftp automatically; I wrote a ksh script for a linux pc and I want to connect it automatically to an other pc. Somebody can help me? Thank you very much. Luca

    Started by ellevu, 11-12-2004 12:44 PM
    • Replies: 2
    • Views: 12,344
    09-08-2006 01:24 PM Go to last post
  5. Issue when trying to SFTP with different service account

    :confused: Hi I am doing development on .net framework on Win 2003 box. I am scheduling a job using Windows scheduler to kick off SFTP of files from a local directory to a remotre Unix box. I am using WRQ Reflection Multihost v12.0.7 standard edition for this. Here is how we are scheduling...

    Started by kapilash, 04-27-2006 04:27 AM
    • Replies: 3
    • Views: 5,765
    04-28-2006 05:28 AM Go to last post
  6. puTTY Help !!!!!!

    Does anyone use puTTY command line options????? I am running the following command to send a .csv file to our web hosting vendor. pscp -v -l USERNAME -i c:\PublicKey.ppk c:\Filename.csv server.vendor.com:/usr/home/upload.csv This works GREAT and I have it scheduled as a simple windows...

    Started by itsonlyme4, 03-03-2006 06:36 AM
    • Replies: 2
    • Views: 6,400
    03-06-2006 07:21 PM Go to last post
  7. Change from /bin/sh to /bin/bash?

    How can I change my login shell from /bin/sh to /bin/bash? I changed /etc/passwd to no effect, and I added an entry I didn't think would work in /etc/rc.d/rc. I know I can just type 'bash' on login but I'd rather automate it, plus I don't want to always have 2 shells running. Any way to make...

    Started by mpx, 03-02-2006 03:15 PM
    • Replies: 2
    • Views: 6,776
    03-03-2006 09:51 AM Go to last post
  8. multiple ftp accounts to single directory

    The Sphera VDS software does not allow multiple ftp accounts to be created pointing to the same directory. The software also does not allow nested ftp accounts (for example I create an FTP account called 'artists' pointing to ftp/pub/artists, then I want to make an FTP account called 'pollock'...

    Started by nateb0t, 02-08-2006 05:29 PM
    • Replies: 1
    • Views: 5,053
    02-11-2006 06:51 PM Go to last post
  9. CronTab

    Does Vds have crontab?? If not is there anyway to enble/install?

    Started by Les, 01-18-2006 03:38 PM
    • Replies: 1
    • Views: 5,163
    01-18-2006 03:45 PM Go to last post
  10. bad interpreter

    Hello I am very new to webservers. The only thing I have ever done in the past is windows server which I sold game servers off of. I am try to run ./install.pl and I keep getting error sh: ./install.pl: bad interpreter: Permission denied Thanks for helping a new guy Les

    Started by Les, 01-14-2006 10:29 PM
    • Replies: 3
    • Views: 6,493
    01-15-2006 01:43 PM Go to last post
  11. Question SSL usage with subdomains

    Hello, Under ValueApps:Ecommerce, I have installed the SharedSSLClient. This works great; however, I need to know how to apply this to a subdomain whose apache directory does not live in www/html. Is this possible with VDS? This subdomain deals with sensitive information retrieval and I do not...

    Started by compbrat75, 11-28-2005 05:52 PM
    • Replies: 1
    • Views: 5,202
    11-28-2005 08:44 PM Go to last post
  12. Anyone Having a sFTP issue?

    My account is not allowing me to connect via sFTP. I am using Private Shell, and I am connecting to SSH first on my primary account user, but it cannot connect via sFTP. SSH works fine by the way.

    Started by TurboWebs, 10-25-2005 10:00 PM
    • Replies: 0
    • Views: 4,979
    10-25-2005 10:00 PM Go to last post
  13. ssh public key authentication

    I have setup private key authentication on other servers before but seem to be having issues setting it up in the hard hat environment. I have created a .ssh folder in the root (/) folder with permissions of 700; I have created an authorized_keys2 file in the .ssh folder with permissions of 600;...

    Started by stbalthazor, 10-05-2004 12:40 PM
    • Replies: 4
    • Views: 9,585
    09-15-2005 03:50 PM Go to last post
  14. Secure tunneling of POP3 SMTP MySQL connections

    This is a response to a customer inquiring about a way to secure his pop connections: I figured out a better way to do this. It will require a SSH client called Private Shell. Others will work but PS is only $29.99 and has a wizard for setting it all up. You can actually tunnel anything...

    Started by Eric, 03-07-2004 10:25 PM
    • Replies: 3
    • Views: 9,610
    09-15-2005 03:06 PM Go to last post
  15. Permissions

    I'm trying to get osCommerce working, and it's complaining that a certain file is writable. That file is writable by my user account, and apparently Apache is run using the same account. Is there anyway to set this up so that apache uses a different account (i.e. username) than me? If not, will...

    Started by rashgash, 02-23-2005 05:28 PM
    • Replies: 3
    • Views: 8,572
    02-23-2005 09:04 PM Go to last post
  16. SFTP for alternate users

    Hi, Additional FTP users seem to be unable to connect using sftp. sftp is only working for the main user on the account. Can other users be added as valid sftp users?

    Started by Yishai, 01-28-2005 11:03 AM
    • Replies: 3
    • Views: 8,316
    01-28-2005 11:51 AM Go to last post
  17. Using Putty to import mysql database

    Whenever I use this command in Putty (an SSH program): /usr/local/mysql/bin/mysql -h localhost DATABASE < YOURFILE.sql I get an error saying: "ERROR 1064: You have an error in your SQL syntax near '/usr/local/mysql/bin/mysql -h localhost nameofmydatabase < nameofthefile.sql' at line 1 ...

    Started by novelidea, 06-05-2004 03:14 PM
    • Replies: 2
    • Views: 12,657
    06-08-2004 12:55 PM Go to last post
  18. Question Installing and using a self signed certificate

    Hi, I am still developing and testing my site. Hence, create a self signed certificate to test with https. Installed it and configured httpd.conf as detailed in the Apache docs. However, am unable to access the site via https. Keep getting a 'connection refused' message. Any ideas why this...

    Started by mentaldaze, 05-10-2004 12:49 PM
    • Replies: 1
    • Views: 7,849
    05-10-2004 01:58 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Why Choose Our Hosting?

Continue reading »

Featured Hosting Plan


Learn more about our VPS Extreme

What is Included?

  • PHP 5/MySQL 5
  • Plesk Control Panel
  • Unique IP Address
  • SAS Hardware Raid diskspace
  • CentOS 5 x86_64 bit
  • Multi-homed Tier 1 Bandwidth
  • Full Upgrade capabilities
Continue reading »