0
Answered

Error reading ssh private key

anders 6 years ago in iPad updated by Robert Masen 6 years ago 2

I get an error when trying to use ssh to access a server. I get the following error:

ERROR: Public key authentication failed: Unable to extract public key from private key file: Wrong passphrase or invalid/un recognized


I copied the private and public key files from iCloud storage into a ssh sub folder in local files.

The private key isn’t password protected.


0
Under review

All remote device addresses get the same changes

Sawadee 6 years ago in iPhone updated 6 years ago 7

If I make changes in Remote connections list IP address or remote directory to open upon connection all remote connections in the list have the same changes. This makes the app useless except to connect to one remote device. I am unable to save 2 or more device address locations as they are all being edited

0
Under review

Warum gibt es kein file Sharing mit iTunes?

Kiki 6 years ago in iPad updated by Alexander Blach (Developer) 6 years ago 1
0
Under review

Change Third party providers display name within Textastic

Bill Raynor 6 years ago in General updated 6 years ago 2

When I add third-party providers BELOW the Open.. file, They all get the same name, “Documents”, and the same sub-title “External: Storage Provider”.   It would be nice to be able to customize the displayed name rather than guessing by position.

0
Answered

connet to ftp error

Yudhi 6 years ago in iPad updated by Alexander Blach (Developer) 6 years ago 3

I got error 530 Non-anonymous sessions must use encryption when tried to connect to ftp. Please help...

0
Under review

Cursor wheel under keyboard

Dave Modis 6 years ago in iPad updated by Alexander Blach (Developer) 6 years ago 1

Everytime when I work cursor wheel on one of file hides under keyboard. This issue only on Textastic 7

Youtube video

0
Answered

Es6 Modules

codeCaveMan 6 years ago updated by Alexander Blach (Developer) 6 years ago 4

Does testastic support importing and exporting modules between js files? For some reason, the following code doesn’t seem to work https://feedback.textasticapp.com/communities/1-textastic-for-ios#

// file1.js

function sum(num1, num2) { 

     return num1 + num2;

}

export default sum;

// file2.js

import sum from "./file2.js"; 

console.log(sum(1, 2)); // instead of 3 I get the message “SyntaxError: Unexpected identifier 'sum'. import call expects      
exactly one argument.”

note: file1 and file2 are in the same folder.

Thanks for your help.

Errol

0
Under review

Firebug Lite replacement

Нездешний 6 years ago in General updated by Alexander Blach (Developer) 6 years ago 1

Firebug is no longer maintained. 

Please keep an eye on this open source project as replacement for firebug lite.

0
Under review

Verbindung über Lokal/Netzwerk

tobias baur 6 years ago in General updated 6 years ago 3

Hallo Herr Blach! Gibt es die Möglichkeit auch irgendwie lokal, also im eigenen Netzwerk, sich mit seinem eigenen Webserver zu verbinden? Ich steh nicht so auf WebDAV oder FTP :-/ Extern lieber VPN und dann "lokal" programmieren :-)

0

Not working in Preview

hiro 6 years ago in iPad updated by Alexander Blach (Developer) 6 years ago 1

If i write absolute paths, the app can not recognize the root folder and it can not show correct preview.

<link rel=“stylesheet” href=“/css/css.css”>

I want the app to recognize “/“ as the working folder.