FTP upload |
Site Admin
|
PhpED does not delete the file before uploading, it simply runs PUT command, nothing else. Please check your ftp server logs to make see what's happening on the server side and what FTP commands are executed.
|
||||||||||||
_________________ The PHP IDE team |
|
OK yeah, I think this is just a limitation of FTP in general.
Best way is to tar ball it all up and use SSH to extract over the file system at the least busiest time. Hey, that would be a great add on for PhpEd! You could just tarball up the latest changes since a subversion revision or something. |
||||||||||||
|
Site Admin
|
hmm, what's about Windows where tar.exe may not be installed at all? what's about old unix systems where tar is not FSF's and does not support even half of the arguments it supports these days? I think executing something on the sever during upload is not really good idea, but I agree non-interrupting upload is a good feature to have.
|
||||||||||||
_________________ The PHP IDE team |
|
Yeah, it would be specific to certain setups.
I suppose this would be more of an optional add on for those developers that can support it. Not everyone uses Subversion too. Maybe it might be an idea to upload the file as a temporary name (e.g. upload.randomstring.timestamp.tmp), and when it is uploaded, simply 'MOVE' the file. Perhaps this will yield faster performance. Should be fairly simple to implement too I guess. |
||||||||||||
|
FTP upload |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by