FTP (File Transfer Protocol) is a common protocol for transferring files between computers over networks
0
votes
3answers
180 views
Download an entire site folder via ftp using terminal on a mac
Lets say for kicks that my site ftp login details are:
100.100.10.100
username
password
What is the best (fastest download with a relatively simple syntax) method to download an entire site folder ...
0
votes
1answer
58 views
iis 6.1 FTP server hosting with multiple users
I'd like to setup two different FTP accounts with different physical paths. For instance, if you log on with user A, its working directory will be in E:\UserA and if you log on with user B, its ...
1
vote
2answers
93 views
How can I reliably synch local source files with a remote?
I'm developing locally on a mac running MAMP and BBEdit. I'm currently using Transmit to synch files by (S)FTP. I like the software and it has a "synch" feature to compare local files to remote either ...
0
votes
0answers
140 views
Why does FileZilla ask for password for every simultaneous connection?
I've enabled FileZilla to establish 2 simultaneous FTP connections. Why does FileZilla keep asking for password for each simultaneous connection separately, even if I have set Logontype to "Ask for ...
0
votes
2answers
85 views
Configuring Windows Firewall for Titan FTP Server
Scenario
I run Windows 7 x64 and Titan FTP Server in both Active and Passive mode to share and synchronize data with my laptop and tablet.
Problem
I have to disable Windows Firewall or otherwise ...
0
votes
0answers
138 views
How can I create multiple proftpd users with access to only one directory
I'm setting up my VPS so I can let about 4 of my friends host their websites on it along side mine. I have all their directories set up using the command
setup-vhost domain.com
And to make life ...
0
votes
1answer
31 views
Graphical ftp client for odd ftp server
I am looking for a graphical FTP client that allows me to enter FTP commands manually.
The reason I ask is because we have an old real-time system on the job with an odd file structure without tree ...
1
vote
1answer
86 views
“context menu” upload to mapped folder
I'm looking for an ftp software which can upload from windows explorer.
"Cute ftp" has an option like this. You can upload directly from the "context menu", but it seems to only upload to the root ...
0
votes
0answers
26 views
vsftp client disconnected frequently
I've got this cheap network cam that never gets hung up when it's uploading to another server but does with vsftp. I can't change the cam firmware so I'm hoping I can fix a vsftp setting that might ...
2
votes
1answer
315 views
Linux FTP User Directory Access Restriction?
I'm setting up the SFTP with different users. I simply need to strict some users to be given stricted Folder Access.
General users to access the whole Main FTP Directory normally: ...
0
votes
1answer
114 views
Create user for connecting via FTP in Ubuntu
I want to create a FTP user for a certain path on my webserver. I use Ubuntu + nginx;
I found only this code on the internet but I want to set a password for this user and have him access just one ...
-2
votes
1answer
60 views
How can I download this video? Not working for realplayer download
From the following webpage:
http://skillsmatter.com/podcast/home/cpu-caches-and-why-you-care
I would like to download the video. I checked the HTML source code and the URL appears to be:
...
1
vote
1answer
151 views
wget for ftp using a password containing @
I am trying to get some files from my ftp server from the command line. I am using wget to download the whole folder at once. The command is:
wget -m ...
0
votes
0answers
296 views
Problems with using ftp connection in Windows 8 - Server Vsftpd Centos
I have a problem with FTP connection in Windows 8 to my own server (Centos 6 with Vsftpd). All programs that i use (PSPad, Aptana3, File Zilla etc.) are connecting well but i can't edit files, or ...
0
votes
1answer
163 views
Sync FTP to SVN
Background: there's a site which I need to edit. The only way to access files is FTP.
But since I'm not the only person who will edit it (also I'd like to have ability to roll-back and bunch of other ...
2
votes
0answers
84 views
How to open files (music, videos) from FTP directly from Explorer ( Windows Vista)
I have two computers. On the first I have Debian and on the second I have Windows Vista.
I've set up vsftpd in Debian and connected to it from Vista. I'm browsing the FTP directory from Windows ...
0
votes
0answers
53 views
FTP server not working properly
I am using Macbook as local host and Windows server 2008 as virtual remote host. I configured FTP server on virtual windows and working fine. I could do FTP from my Mac os x to Windows 2008. But when ...
1
vote
1answer
67 views
Why does FTP work without the IIS service?
I'm using Windows Server 2008 R2. I just stopped IIS and tried using FTP—it worked! So, is FTP independent from IIS? How does it work if IIS is stopped?
-1
votes
1answer
46 views
What does SH stands for in file permission
I am parsing some directory lines using FTP and I am getting an error on this type of file:
drwx----SH 1 user group 2048 JUL 27 2012 FOUND.000
Does anyone know what SH mean ?
Thanks.
0
votes
1answer
61 views
How do I copy a file from an internal server to an FTP server using command shell?
I'm reading this site:
http://www.nsftools.com/tips/MSFTP.htm
But it's confusing and I'm not sure how to structure the command.
Basically I have a few text files I need to COPY from SERVER1 ...
0
votes
1answer
43 views
What's the extra FTP port here?
While downloading a tar ball from gnu's FTP server, I found that other than standard 21 TCP port connection, I also seeing an extra connection:
tcp 0 0 192.168.1.109:45056 ...
0
votes
1answer
60 views
FTP blocked. Alternate ways to upload file to server?
I'm working on a big website right now and I don't have the option of working on local server right now. From the place I'm working, FTP is blocked. I need some way so that I can conveniently upload ...
0
votes
2answers
212 views
File upload batch
I am trying to write a batch file that will Upload and update a specific set of file on my desktop to an FTP account, so I wrote this batch:
@ftp -i -s:"%~f0"&GOTO:EOF
open DomainName.com
...
0
votes
1answer
90 views
How to configure firewall for ftp?
I have got ftp working for isolate users on a windows web server running iis 7.0
I am using coffecup as ftp client to connect.
when i turn off the firewall on the server the ftp works fine. I can ...
0
votes
2answers
185 views
Trick to enabling FTP upload from an app in Windows 8?
I have an older Win32 app that uses FTP to upload some data to a server from time to time. This app works great in Windows XP and has been working fine in Windows 7 and Vista. For some reason, when ...
0
votes
0answers
33 views
FTP Server ConnectionTimed out
I have the dumbest problem that has me perplexed.
SRV1 is the FTP server I'm trying to connect too... from inside my work network (CPU1)
SRV2 is ftp.secureftp-test.com (random ftp server that I ...
1
vote
1answer
76 views
Route one ftp user to another ftp server
I have an FTP server configured inside a Debian machine: one user need to access another ftp server that is behind that machine and we have only one public IP address.
The solution that comes to my ...
1
vote
0answers
27 views
I keep getting EOFError() in Komodo IDE 7.1
Suddenly the publishing/synchronization feature doesn't work anymore and when I click synchronize I keep getting EOFError().
I've been searching the net for hours now and couldn't find a thing...
...
0
votes
0answers
102 views
What would cause different rates of packet loss between client and server in UDP?
If I've implemented a reliable UDP file transfer protocol and I have a file that deliberately drops a percentage of packets when I transmit, why would it be more evident that transmission time ...
0
votes
1answer
258 views
File/Folder sync using PuTTY
I looked around and couldn't find anything for this.
There are many programs that allow syncing over FTP or SFTP. But here's the rub. I am behind a proxy which causes 2 main issues. First, the ...
0
votes
1answer
162 views
How to delete empty folders on ftp server?
I am using the following script to auto download files from my remote seedbox using lftp:
set ftp:list-options -a
set ftp:ssl-allow no
set mirror:use-pget-n 5
set cmd:fail-exit true
open ...
0
votes
0answers
75 views
lftp --mirror feature misbehaving?
I am using the following script to mirror my remote seedbox locally running debain.
set ftp:list-options -a
set ftp:ssl-allow no
set mirror:use-pget-n 5
set cmd:fail-exit true
open ftp.myseedbox.com
...
1
vote
2answers
93 views
WinSCP: copy changes to multiple servers
I wish to FTP my site to multiple servers, I have these servers available in seperate sessions in winSCP. Can I duplicate the changes I make on one to the others
0
votes
1answer
132 views
unable to connect ftp in pasive mode
I'm try to connect to ftp which I've just configured but using fileZilla, I'm getting the following logs
Status: Connecting to x.x.x.x:21...
Status: Connection established, waiting for welcome ...
2
votes
0answers
73 views
Some FTP folders not visible to client
I ran into a very interesting issue today.
In my directory I have:
hearts
laptops
pets
scaledBU
spotlights
Each of those are directories. I created these directories using FileZilla but they are ...
0
votes
1answer
72 views
Something like Tortoisesvn for ftp [closed]
a time ago i developed a software using svn. Since i only write code with simple editor like notepad++, i needed a tool for svn and found a treasure: Tortoisesvn. This awesome tool allowed me to ...
1
vote
1answer
514 views
Can't create file ftp Ubuntu
I've configured my vsftpd, I wanted to jail user to their directory, but I was getting this
vsftpd: refusing to run with writable root inside chroot()
so I put this command, but I was getting, and ...
1
vote
1answer
69 views
Convert 1 zip file into multiple via SSH
i have 1 zip file in my FTP with 10GB
i must convert it into multiple zip files, for example 10 zip files with 1GB each.
how can i do this via SSH?
thx =)
0
votes
2answers
59 views
How to set FTP encryption value
I unable to connect with server using FTP (Filezila).
I got this error : Response: 421 Sorry, cleartext sessions are not accepted on this server.
While goggle, i got response like choose "FTP over ...
1
vote
1answer
146 views
Filezilla: How to refresh a FTP folder automatically
I'm using Filezilla to check if new files arrived in different folder on a FTP. But I always have to do a refresh of the folder manually with F5.
When I click on a folder that I already clicked ...
0
votes
0answers
242 views
Copy files from server to local machine via RDC or FTP or other solution
I need to copy a huge amount of files from one of our servers to my local machine. I access the server via two Remote Desktop Connections (Local->Sandbox->Server). The server has internet access.
Is ...
0
votes
1answer
45 views
Ftp freezes despite connection seems allright
I am trying to connect to a an ftp through command line using
ftp ftpperso.free.fr
I am then prompted for username and password.
I get this message
230 User username logged in.
Remote ...
0
votes
1answer
147 views
Multiple FIle Upload in FTP Using CMD
I've large number of files, over 10,000, which I want to upload in FTP server. Now, I can't zip those files & upload it as I've to read those files individually in SAS software for my analysis.
...
1
vote
0answers
13 views
FTP over'd image files with transfer-type: ASCII; possible to revert? [duplicate]
Possible Duplicate:
Recovering corrupted files uploaded in wrong FTP mode
undo effect of ASCII ftp transfer
I've downloaded hundreds of files from a Drupal install using FileZilla.
...
0
votes
1answer
154 views
FTPS client certificate authentication
I'm installing FTPS server on debian with certificate-based authentication. I've set up ProFTPd and configured it to use TLS and a certificate (for testing purposed I use a self-signed one).
Now I'd ...
0
votes
1answer
189 views
Command line FTP - delete all files and folders
My script looks something like this:
ftp -i -d -s:C:\Automation\FTP_Config_Files\FTP.txt
My FTP.txt reads like this:
open xx.yy.xx.zz
user
password
lcd Z:\
cd /inetpub/wwwroot
mdelete *
mput *
...
0
votes
3answers
186 views
How to edit FTP files with VIM and avoid typing the hostname everytime?
I need to edit remote files with vim, that are on a FTP server. THere's no SSH or SFTP access. Just FTP. I've tried syncing via curlftpfs, the files appeared in a local dir, but i cannot write to ...
1
vote
0answers
184 views
CentOS 5.5 root password no longer working after change, ftp works fine
I recently had to change the root password to one of our servers due to personnel reasons. The root login was being used both for ftp access, as well as SSH to maintain the server. I changed the ...
0
votes
1answer
70 views
Trying to connect to a vsftpd server
I'm trying to create a user using this instructions.
But i'm still getting the login failed message. From local or from a remote machine, when i try connect.
I added the root user to the ...
0
votes
1answer
127 views
.tar file currupted when copied to Windows using FTP
I have a Windows 7 host and an Ubuntu virtual machine; the VM has a bridged adapter.
I created a .tar file in Ubuntu using this command:
tar -cf name.tar /path/to/dir/
I have FileZilla FTP server ...