NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
FTP to AIX


Joined: 22 Nov 2006
Posts: 5
Reply with quote
Hi,

Im having a problem connecting to AIX from an FTP account on PhpEd. The error returned is:

'Invalid argument to date format'

I can connect to AIX using a basic windows shell with no problems.

Any ideas on how to solve this problem?

We are in the process of evaluating the latest version.

Many Thanks
View user's profileFind all posts by smackaySend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
Probably PhpED did not recognize date/time format your server used in its output.
Could you please run console, login to the server, navigate to target directory, run ls -la (or just ls) command and submit output there?

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 22 Nov 2006
Posts: 5
Reply with quote
Here is the details you requested...


Code:

drwxr-sr-x   2 webftp   sys             256 16 Nov 09:21 .
drwxrwsrwx  34 sys      sys            4096 21 Nov 11:53 ..
-rw-r--r--   1 webftp   sys              32 16 Nov 09:39 all.sql
-rw-r--r--   1 webftp   sys              16 16 Nov 09:21 a.sql
-rw-r--r--   1 webftp   sys              16 16 Nov 09:21 b.sql
226 Transfer complete.
ftp: 325 bytes received in 0.01Seconds 21.67Kbytes/sec.
[/code]
View user's profileFind all posts by smackaySend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
looks quite messy.
Would your server follow a common output format ([year] month date time) like below?
In this case PhpED would work fine

Code:
drwxr-sr-x   2 webftp   sys             256 Nov 16 09:21 .
drwxrwsrwx  34 sys      sys            4096 Nov 21 11:53 ..
-rw-r--r--   1 webftp   sys              32 Nov 16 09:39 all.sql
-rw-r--r--   1 webftp   sys              16 Nov 16 09:21 a.sql
-rw-r--r--   1 webftp   sys              16 Nov 16 09:21 b.sql

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 22 Nov 2006
Posts: 5
Reply with quote
dmitri,

We are stuck with AIX, and because this is a production server with many other systems running, it may not be possible to change the default date structure (but I'll ask!). Most FTP clients I've used can read this date format with no problems, so far only Zend's built-in FTP client and now NuSphere dont work Sad We are looking for a good excuse to drop Zend and move to NuSphere, but this small problem may prevent this.
View user's profileFind all posts by smackaySend private message


Joined: 22 Nov 2006
Posts: 5
Reply with quote
It appears we cannot change the data structure as it would mess up our Oracle databases.

Do you think this would be something you would fix in a future release?
View user's profileFind all posts by smackaySend private message


Joined: 22 Nov 2006
Posts: 5
Reply with quote
Hi,

If we could get SSH installed on AIX, would connection via SFTP work? or would the same problems occur?

Thanks
View user's profileFind all posts by smackaySend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
ssh (sftp) will work with no problems. I promise.
All problems with FTP servers are becuase the output for ls command is not documented in corresponding RFC and therefore may vary from server to server, from platform to platform.
BTW, I'm not sure why would Oracle be messed up? Isn't it possible to change LOCALE settings for just one running daemon (ftp) by changing its evironment during launch?

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
FTP to AIX
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic