|
Title: Unpack archive not working :( Post by: betz on August 07, 2008, 02:34:00 PM Hi,
i try to unpack a tar.gz file on a remote Linux server. But i always get an error like: Bash: Line 0: cd: /domains/domain.com/public_html: No such file or directory What an i doing wrong? I have a yummy ftp license, not cracked version ;) grtz, tom Title: Re: Unpack archive not working :( Post by: JD on August 07, 2008, 02:54:34 PM This feature requires an SSH connection to the server using the same login credentials as the current session. So, if you are connected via FTP then the feature might not work if your SSH/SFTP account and home directory details are different. This is why I recommend SFTP connections for people wanting to use the feature.
Did you connect via SFTP or FTP? Title: Re: Unpack archive not working :( Post by: betz on August 07, 2008, 03:20:01 PM Ok, that explains why.
I use normal FTP. Thanx for your quick reply. |