+1

Uploading a new file via FTP

ANDREW HUGHES 12 years ago in iPad updated 12 years ago 2

I got your brilliant app to allow me to keep working on my website via my iPad whilst away on an extended business.  I have been able to set up the FTP connection and download my website without a problem, and I am able to edit html files then upload them via the quick upload functionality.


But (and I'm feeling a bit stupid that i can't work this out) I want to create a new html file locally, within the existing website structure that I have downloaded, then upload it to my web space.  I've tried copying a local file and editing it, and I've created a new file, but I can't work out how to upload it.  The quick upload dialogue doesn't work, I guess because the file wasn't downloaded in the first place - the option for uploading this file is missing - and I can't see how to create a remote connection for this new file.


Any advice would be gratefully received as I away from my desktop and my usual Dreamweaver capability for several weeks.

+1

Windows Command line (.cmd,.bat)

Jake Thompson 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 1
Windows Command line (.cmd,.bat) would be nice
+1

Can I create, edit, compile, build and run C++ and Obj-C?

Alex Huțu 12 years ago updated by Alexander Blach (Developer) 12 years ago 1
+1

Is there a shortcut to go to the end of a document? Without a external keyboard service, I.e. Using the touch interface.

Peter Hsieh 14 years ago updated by bgrvfecdwsxa 13 years ago 2
I can't seem to find a way to get to the end of a document, without physically scrolling down. My document is 10mb large, with 146000 lines.
+1

What exactly ist the new swipe gesture to move the cursor?

Konstantinos Lialias 12 years ago in General updated by Alexander Blach (Developer) 12 years ago 3

See title.

I was not able to identify a new functionality in moving the cursor.

+1

Ability to import fonts for HTML so we can see the result

Michael Barno 12 years ago in General updated by Alexander Blach (Developer) 12 years ago 1
Hi, can you add the ability to import your own fonts to the app. That way we can set fonts through HTML and view it with that font. Thanks.

And by the way this app was worth the $9! Keep it coming!
+1

Code suggestion, photo import and auto-indentation

iSag 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
I love textastic and I am already making my websites on it but there are a few things I would like:

1) I would like it to suggest code like Xcode and Dreamweaver do (these are my main tool on my Mac).
2) I would like to be able to import photos from the photos app as it it is really hard to get photos in from the photos app.
3) I would like it to automatically indent my coding with tabs so that I can easily navigate it.
4) I would like it to automatically close things like brackets (of all sorts), tags and more?
+1
Under review

Basic error reporting

Diego Chuman 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 1
I am a web developer, I find it stressing that after I code happily on my iPad, I have to go home and fix all the errors on my computer.
I just wish if you could at least offer errors such as spelling mistakes and simple PHP errors, then I would be a lot more glad!
+1
Under review

Error downloading 0 bytes files

Jccc 13 years ago updated by Alexander Blach (Developer) 12 years ago 3
UNIX:
touch output.txt

Textastic download error:
Error downloading "/output.txt": Send failed since rewinding of the data stream failed
+1
Under review

SFTP don't support AES-CTR

Fabrizio Moruzzi 13 years ago updated by Alexander Blach (Developer) 13 years ago 0
One of my servers had sshd configured to accept only AES-CTR keys (aes256-ctr,aes192-ctr,aes128-ctr).
Textastic was unable to connect to it, and the log wasn't helpful.

Since I already encountered this issue in the past, I modified the configuration of that server to accept also AES-CBC (aes256-cbc,aes192-cbc,aes128-cbc) and the sftp connection now works well.

Unfortunately, this means that Textastics ssh subsystem doesn't support AES-CBC.