SFTP Setup?
I see OptiPerl support SFTP, but well, how to configure the port (I'm not using the default SSH port) and a key file for authentication?
Continue reading Comments (0) 23.09.2005. 14:04
Free CGI perl Hosting
For a searchable list of free web hosting services that support a cgi-bin folder and perl, see here:
Continue reading Comments (0) 14.11.2004. 16:42
Shebang command line parameters
I've got a project all set up to swap the shebang when I publish. It mostly works fine, but it is also preserving the cmd line options of my local files.
Continue reading Comments (0) 29.04.2004. 21:12
Shebang swapping
I'm trying to test my scripts using an external apache server locally. However to do this, my scripts need this shebang line:
#!c:/perl/bin/perl.exe
But when I publish it, they need this line:
Continue reading Comments (0) 20.04.2004. 00:29
Transfer Session & Version Converter
I am running Optiperl on an XP box. I am not running scripts on the box; I have a Linux apache server ("dev") as my development machine for testing. For testing, I push the content from the XP machine to the local apache server. Once working, I push the content from the XP machine to the outside co-located apache server ("outside").
Continue reading Comments (0) 30.07.2003. 08:42
Windows, psftp, and line endings
Optiperl is running on a WinXP box, the server is Apache on Red Hat 9, the transfer program is psftp, the putty secure ftp client.
Continue reading Comments (0) 23.07.2003. 19:24
SRemote file transfer mode
When I ftp a cgi script to the server (Save to Location) it is transferred in binary mode, and raises a 500 error when run. Once I run dos2unix against the file on the server, it executes okay. Is there a setting somewhere that I can use to specify ascii transfer?
Continue reading Comments (0) 25.04.2003. 10:41