ftp

PassivePortRange problem in IIS6 (FTP)

I'm trying to specify the passive port range for an ftp server running on IIS6 in Windows Server 2003. I've used: adsutil.vbs set /MSFTPSVC/PassivePortRange "5500-5600" I've checked in the metabas file and the changes are applied to it. I can also use: adsutil.vbs get /MSFTPSVC/PassivePortRange and it returns the range I've set. A...

Automated FTP

I need to set up some sort of infrastructure to automatically FTP some files from one remote server to another. The FTP transaction will occur on a scheduled basis. Both these server are windows boxes and the location of the files that need to be FTP'ed will depend on the current date (the folder they sit in will be named the current day...

Supress or Ignore Non-Trusted Certificate With FTPS.exe (MoveIT Freely)?

One of the FTP accounts that I use recently began requiring secure FTP connections, which broke a script that I used to upload to it using a 'standard' FTP library. I've written a little batch file that will upload the 2 files via FTPS.exe (MoveIT Freely), but I get a dialog box that pops up and requires me to click yes. Normally this ...

How to improve the Performance of FtpWebRequest?

I have an application written in .NET 3.5 that uses FTP to upload/download files from a server. The app works fine but there are performance issues: It takes a lot of time to make connection to the FTP server. The FTP server is on a different network and has Windows 2003 Server (IIS FTP). When multiple files are queued for upload, the ...

Useradd using crypt password generation

Hello, I am working on what I thought was a very simple script to dynamically create an FTP user using 'useradd' There are several parts of this process I am unfamiliar with, and an entire day's research has not gotten me too far. Here is what I have thus far: Notes: 1) HOME_DIR and GROUP are obviously erroneous, I have used these as pl...

Wrapper for multiple FTP III party support

I am building a wrapper for FTP (File Transfer Protocol) in order to support multiple FTP III party API for FTP. The intention of writing this wrapper is to facilitate the user to select and configure any III party FTP API through some configuration file and use it through the wrapper. I have written code for the same and wondering if th...

Automatic file upload

Is there any way, any free software capable of automatic file upload? Let's say I edit php code on my local computer with my favorite IDE. I won't change my IDE, it's great. I want something that would detect a file is changed in my project directory and upload it with FTP/SFTP onto remote server. That's it - just that simple. What I've...

FTP Batch file moving remote files

Hello, I have an FTP batch file that uses DOS commands to pull down some files. After I'm done pulling the files down, I would like to move the files to an archive directory on the remote server. What FTP DOS commands do I use to accomplish this? *I wasn't clear at first but this move has to take place on the remote server. ...

FTP Mock for .NET framework

Is there a mock implementation for a ftp server that I can use in my UnitTests. I don't want my tests to depend on a real FTP server. For JAVA a ftpmock can be found here. ...

Resume abandoned downloads with php ftp?

Is there any way to resume a broken download via an ftp connction established with php? Can php resume a broken download? ...

cron jobs to upload a file via FTP

Is it possible to use CRON to upload a file via FTP? If yes how can I call FTP to run an upload? ...

Why my OpenX folder have been auto chmodded to 770 many times???

How can I stop it from auto chmodding? ,or are there any apps that help tracking chmodding on the host? Thanks. ...

Why does the web need HTTP?

No, wait. I'm being totally serious. When HTTP was invented, FTP already existed. Why couldn't FTP be the web's transport protocol? Sure, it has a lot of missing feautres, but most were added as an afterthought to HTTP and could be added to FTP too, such as caching, compression, virtual hosting. You could event think of a protocol like...

Is there a way to transfer external files using Aptana's FTP browser?

In Aptana, their FTP browser is useful for a few things. One thing I have not figured out how to do is to copy an external file on my computer over to their FTP browser. I can download files, create new files/directories, but when I drag a file from explorer to the browser, I get the [+] symbol but nothing happens! Is it possible to do...

VBScript FTP Login with Username and Password

I am trying to update a VBScript (very little experience with this, I do a lot of VB.NET), that reads an FTP directory and moves certain files to a new local directory on a daily basis. I have old code that works on an FTP site that uses anonymous logins, but I now need it to access an FTP site that requires username and password. Here...

What is going to overtake FTP and why aren't we using it yet?

Is it just me, or does FTP seem a little archaic? It seems slow and inefficient, and its over 30 years old, not that all old things are bad :) What protocols exist out there that might become successors to FTP? I've used webdav a little, but don't know much about it. Is it faster? More reliable? More secure? Why isn't there widesp...

FTP Upload Problem - 0 bytes transfered

Hi, In one of our project we are using Apache's FTP client APIs. I have to upload xml file to a FTP server, where a process will keep polling that server directory. So using the upload API, I am uploading the xml file with .TRANSFER extension, and after successfully uploading full file, the file will be renamed to .xml file. The wei...

ProFTPd login issue after changing users homedir with usermod

If I create a new user with $ sudo adduser testuser I can perfectly login via ProFTPd with this user but as soon as I change the users homedir with $ sudo usermod -d /path/to/newdir testuser I can't login anymore. Also if I create a new user and change the users homedir to the original homedir (so I basically leave it unchanged) it w...

Maven site deploy using ftp

Hi, I am using Maven2 and would like to deploy my generated site to a web server using ftp. i tried to use: <distributionManagement> <site> <id>website</id> <url>ftp://host/pub/</url> </site> </distributionManagement> the problem is that get an error that ftp is not supported. could it be that this basic feature d...

MSRP vs FTP

What is difference between MSRP(Message Session Relay Protocol) protocol and FTP protocol ( in terms of transferring files) ...