search for: my_folder

Displaying 5 results from an estimated 5 matches for "my_folder".

Did you mean: mf_folder
2006 Feb 15
6
error_messages_for trouble
...yFolder < ActiveRecord::Base def validate # validation test if name == ''test'' errors.add(:name, "Folder cannot be named test") end end end #### Controller ######################## class FolderController < ApplicationController def list @my_folder = MyFolder.new end def create_folder @my_folder = MyFolder.new(params[:folder]) if @my_folder.save flash[:notice] = "Folder created sucessfully" else flash[:notice] = "Error creating folder" end redirect_to :action => "list", :id...
2010 Jan 24
1
auto reading in multiple txt files with filename as 1st column "ID"
...9/02/07 12:30:10.0 ? ? ?5.0161 ? ? ?13.208 2009/02/07 12:45:10.0 ? ? ?5.0102 ? ? ?13.350 2009/02/07 13:00:10.0 ? ? ?5.0044 ? ? ?13.473 .... .... .... 2009/02/07 16:30:10.0 ? ? ?4.9366 ? ? ?13.788 2009/02/07 16:45:10.0 ? ? ?4.9397 ? ? ?13.798 end data. ###I can read in all files from "my_folder" using the following code: flist <- list.files(path=file.path("my_folder"), pattern="[.]txt$") flist<-flist[grep('.txt', flist)] myInput <- lapply(flist, read.table, header=FALSE, skip=44) ############################################## Each file is uni...
2005 Dec 02
4
ftp:// error
Hello, from a server where neither a rsync daemon nor ssh is running I'm trying to backup the whole data with ftp. So my idea was to call rsync like this: rsync -v -a 'ftp://1.2.3.4/' my_folder But this gives me: ftp: unknown host ftp: unknown host ftp: Unknown host rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) Doesn't rsync handle ftp://? Regards Marten
2004 Sep 13
1
Offline Files won't sync after Samba upgrade
...at was - whatever shipped with RedHat 7.2 - but it didn't exhibit this problem. With the new version, trying to synchronize any file modification made while offline, fails with the message "Offline Files (\\server\user on server): Access to 'file.txt' is denied on \\server\user\my_folder. New files or modifications made while on-line sync OK. There is no problem accessing any file while online. A new file, created offline, synchronizes OK, i.e. sync only fails when the file already exists on the server. Oh, and it dumps an empty file for each failed sync with a name like "...
2004 Oct 06
0
Possible solution to "Access Denied"
...g has changed but you can never tell what IS may have done), it stopped working with an error similar to the following (reported in http://www.mail-archive.com/samba@lists.samba.org/msg45272.html). Offline Files (\\server\user on server): Access to 'file.txt' is denied on \\server\user\my_folder. After a little fruitless googling for a solution I turned on debug logging (in SMBD) and found the following messages. [2004/10/06 10:39:00, 2] smbd/posix_acls.c:set_canon_ace_list(1776) set_canon_ace_list: conn->vfs_ops.sys_acl_set_file failed for file dir1/8000B143 (Operation not suppo...