Hello,
I am using Mac OS X 10.6 Snow Leopard. What I need is to map my FTP server as a local drive - or anything I have write access to - in Finder.
Thanks - A LOT!!! - in advance.
My office computers are proxied and filezilla doesn't seem to work for me..... So i looked for a firefox addon FireFTP and that too didnt work under proxy.... Any ways to use a ftp client in my system which is proxied....
Our NAC 3310 is running Fedora Core 4, I need to upgrade it by ftping the tarballs to the nac and running them, however i cant seem to enable ftp on the NAC
I am using a MacBook Pro running Mac OS X 10.5. I am new to this development environment, and previously worked on Windows.
Could anyone recommend an easy to use GUI based and free FTP client for my platform?
Thanks in advance.
Whenever I overwrite a file using FTP, the chmod of the file gets reset to 600. What can I do prevent this? I'd like to just set the chmod for the entire directory and never have it change.
I am logged in to an ftp server and want to find a particular directory within all the directories that exist there. I am looking for a command similar to the Unix find command.
Is there something like this available?
I have an FTP connection active through the Map Network Drive option in Windows 7 64-bit.
When navigating the remote directory, I see no way to edit files. Windows is completely ignoring file-type associations and "opens" everything with my default browser.
Is there any way that I can simply edit these files?
I'm open to suggestions of other software as well, but from what I can see, NetDrive doesn't work with 64-bit.
This started happening when I installed Windows 7. I've tried with Filezilla and with the FireFTP Firefox plugin, and I could never connect. Filezilla gave the error message "ECONNREFUSED - Connection refused by server". I tried disabling the Windows Firewall, but no luck. Any ideas on what might be causing this?
I just discovered that I can connect with web services like net2ftp, but not with FTP clients.
hi,
is there any ftp client for mac, allowing me to work with Microsoft IIS server ?
In particular I need to handle permissions on files and folders.
Thanks
I am trying to activate the ftp service on our FreeNAS, but I keep getting
Dec 5 15:44:20 Wheelhouse NAS notifier: - Fatal: error processing configuration file '/usr/local/etc/proftpd.conf'
Dec 5 15:44:20 Wheelhouse NAS root: /usr/local/etc/rc.d/proftpd: WARNING: failed to start proftpd
Dec 5 15:44:20 Wheelhouse NAS notifier: /usr/local/etc/rc.d/proftpd: WARNING: failed to start proftpd
I haven't touched proftpd.conf -- can I delete it? Or is there a default version I can replace it with?
I'm currently trying to download a full magneto install from a ftp server. The connection keeps failing, it seems as if there are too many files and folders to scan through?
Can anyone shed any light on how to resolve this? The shared platform seems to b e a standard platform based on Plesk 8.6.
As this is a shared server, there is no option for me to really do anything, apart from contact the hosting company (who have offered to zip up all the files for me, but this is not ideal)
Hi,
I'm currently trying to download a full magneto install from a ftp server. The connection keeps failing, it seems as if there are too many files and folders to scan through?
Can anyone shed any light on how to resolve this? The shared platform seems to b e a standard platform based on Plesk 8.6.
As this is a shared server, there is no option for me to really do anything, apart from contact the hosting company (who have offered to zip up all the files for me, but this is not ideal)
I am using Red Hat Linux Enterprise 5. I am new to this development environment, and previously worked on Windows.
Could anyone recommend an easy to setup/maintain and free FTP server for my platform? I just need basic features and used by a couple of people only.
Thanks in advance.
debian4 linux
i have the following cmd line which works fine
rsync -avr -e ssh /home/dir [email protected]:/home/
but i need to setup it up now to rsync to a remote server that only has ftp on it
how do i go about that ?
i looked at the rsync help but quickly got lost (i don't do this stuff very often)
thanks
alex
I'm looking for software (free or paid) that could perform a weekly automatic backup to an outside server via FTP.
I've looked around and all I seem to be finding is either garbage shareware or free tools that are no longer supported. The system will be backing up from a Windows 7 desktop system to a Linux CentOS 5 server.
Can someone direct me to a stable, reliable piece of software? This is for business documents so reliability is key.
My web server was messed up and the host only has a 1 night archive. It took me a day to find the problem so my backup is no help.
In order to avoid this in the future I am going to do a nightly backup, but I need a recommendation of some free software to run on windows that will do a backup via ftp.
I use a VPN on my windows 7 PC for privacy and currently route all my traffic through the VPN. This arrangement is fine and its plenty fast.
Unfortunately the VPN does not allow any FTP traffic so when I am updating websites I have to disconnect the VPN and work through my local connection.
This is annoying and cumbersome. I have read a little about split tunnelling but this is not quite what I need, and it often talks about 'internet' traffic which is not specific to certain IPs or ports.
Is it possible to route traffic on certain ports through the local connection, or is it possible to route traffic on certain IPs through the local connection using stuff built into windows 7..?
Thanks
I want to attach remote FTP directory as a local directory in my system. I will use curlftpfs line in the fstab file , but to login I have to pass my user name and password. The user name has a special character (@) and it needs to be escaped via octal ascii code. The octal ascii for '@' is 100. But when I try to enter the following into the FSTAB file,
curlftpfs#myself\100myself.com:ftpPassword@ftp://ftp.mysite.com /mnt/somedir
I get an error saying
Error connecting to ftp: Couldn't resolve host 'myself.com:ftpPassword@ftp://ftp.mysite.com'
The fstab does not recognize escaped symbol @ (\100) and thinks that the FTP site should start immediately after the @ symbol (just like I haven't escaped it).
Can someone help? Why I cannot escape @, when it can be done for space character, for example?
As a semester project, I have the following specification:
Write a simple single threaded ftp server. The ftp server is configurable from a configuration file. The config allows to set the interface (where the server listens), the roots of the served content, transfer log, and database of users and its passwords. The server allows to create a virtual filesystem. By a virtual filesystem, we mean a mapping of a served directory to the real directory on the filesystem. For example, the client tree will look like: /home/user1 maps to /mnt/x/home/user1 /www maps to /var/cache/www /home/user_list.txt maps to /var/ftpclient/user_list.txt The user will see /home/user1 directory and /www directory and the file /home/user_list.txt
The course is in C++. The projects to this point have provided a lot of structure, such as a class header file to get you started on the program. My question is this: how can I get started on what seems like quite a massive project (I have 3 weeks to return a working implementation)?
i need a simple implementation of ftp that i can setup quickly for some experiments.
is there an equivalent of python -m SimpleHTTPServer for ftp.
Google sarch didn't help.
i just need a simple implentation of ftp that is easy to setup. (so i don't have to go through the installation trouble for a lot of PC's).