ftp

Uploading file with c# ftp methods results in webexception. Problem disappears after program restart

Hello everybody, I have following problem: I'm using C# ftp methods to automate sending files to FTP servers. The program is constantly running, checking predefined directories. If it finds files in a directory, it is supposed to upload them to a defined ftp server. There are about 80 directories and most of the time the program has som...

upload to ftp asp.net

Hi, Is it possible to upload a file directly into an ftp account folder with ASP.NET ? E.g. I click on browse, select a file to upload and when I click "upload" button, It should save it directly to the folder on another web server located at somewhere else other then the server that is being used to upload. ...

C# ftp client program create folder issue

Hello everyone, I am writing a simple FTP client using C#. I did not find any samples which could create folder on FTP server, check whether a folder already exists on FTP server. Any referred simple samples? thanks in advance, George ...

How can I grant permissions for a FTP Folder for users of the active directory

I have a asp.net web application that creates a Folder on a FTP site, but I need to grant permissions to that folder to some users of the active directory. How can I do that programatically, inside my app when I create the folder? ...

how does TextMate do SVN and ftp?

so far i only know to use Ctrl-Shift-A to do SVN in TextMate. is there an easy way like Ctrl click on the file? is ftp possible? ...

How to detect ftp connection

Hi I'm using vsftpd and I want to write a shell script that will detect a connection to my server and send me an email with information who and when has logged in. I don't know where to start. Can someone point me in the right direction. Thanx ...

How do I create a directory on ftp server using C#?

What's an easy way to create a directory on an FTP server using C#? I figured out how to upload a file to an already existing folder like this: using (WebClient webClient = new WebClient()) { string filePath = "d:/users/abrien/file.txt"; webClient.UploadFile("ftp://10.128.101.78/users/file.txt", filePath); } However, if I wa...

What ftp library to use in VB6

Hi, We are using the builtin ftp in VB6. (Drag and drop control) The ftp dll that follows VB6 is tied to IE. And after upgrading from IE6 to IE7 the DLL changes and makes it impossible to connect to a password protected ftp. What ftp libraries/dll's are available to use from VB6? Preferably open sourced. ...

Transferring files from AIX batch to Windows batch

The responses to my previous question suggested SSIS as the most efficient and reliable way to get files from AIX into SQL Server. I agree that it's probably a good idea. But for the sake of understanding the other options better, I'd like to narrow the scope a little bit. Irrespective of what I plan to do with the files, how can I dete...

PHP FTP directory listing error

array(1) { [0]=> string(8) "outgoing" } bool(false) array(1) { [0]=> string(8) "outgoing" } bool(false) Is currently being produced by $connect = ftp_connect('example.com'); $result = ftp_login($connect, 'username', 'password'); echo '<pre>'; var_dump(ftp_nlist($connect, '')); var_dump(ftp_nlist($connect, '/outgoing/')...

Can Tortoise SVN work on an FTP server?

Hi All! I am working on a project which is based on an FTP user with few more programmers. I want they should be able to collaborate and be able to manage revisions with [1]: http://tortoisesvn.tigris.org/ "Tortoise SVN"]. How can I accomplish that? ...

Ruby FTP extremely slow under Windows XP

A couple of weeks ago, I wrote a simple Ruby script to test a couple of FTP commands in a Windows XP environment. Everything worked as expected, and I wasn't even aware of the time taken for the code to run (I'd guess 3-4 seconds at the very most.) A few days ago, a much more involved Ruby application I'm developing started running very...

How do I use PHP CLI to automate FTP when I don't have access to PHP's native FTP handle?

I'm writing an automation script on a production server that, among other things, needs to grab a list of remote files via FTP (FTP is the only option for interacting with the remote filesystem) and selectively download them. Why I can't use PHP's native FTP wrappers This is a production server in a very brittle environment. I'm writi...

Fast Windows PHP editor with SVN and FTP support?

I'm looking for a decent, and fast PHP editor for Windows. Something that runs natively under x64 would be ideal. I've tried aptana studio, but I'm not impressed with all the excessive bloat. The clunky SVN support and lack of native FTP combined with basically a messy IDE is nasty. I currently use Coda from Panic on my mac, and I love...

FTP for Verio Starter Pack

Anyone have any idea how to connect to their FTP server? I am using Domain Name + Starter pack (the one that comes free with the domain name registration). I have tried using Microsoft Expression Web and IE8, both can't connect to the port 21. ...

PHP Subversion Setup FTP

I work at a small php shop and I recently proposed that we move away from using our nas as a shared code base and start using subversion for source control. I've figured out how to make sure our dev server gets updated with every commit to our development branch... and I know how to merge into trunk and have that update our staging se...

The fastest way to implement mktree in FTP

What is generally the fastest algorithm to recursively make a directory (similar to UNIX mkdir -p) using the FTP protocol? I have considered one approach: MKDIR node if error and nodes left go to 1 with next node end But this might have bad performance if part of the directory most likely exists. For example, with some amortization...

Can't get SharpSSH to connect via FTP

I'm having trouble making a secure FTP connection using SharpSSH. Up to now I've been using the DOS command line app MOVEit Freely to make the connection, and it connects fine: C:\> ftps -user:ABC -password:123 xxx.xxx.xxx.mil However, when I try to do the same thing with SharpSSH, I get an error that says either the connection timed ...

downloading all files using ftp and C#

Hello. What is the best way to download all files in a remote directory using C# and FTP and save them to a local directory? thanks ...

uploading code to dev or production server using ftp or using telnet, are they both not safe?

i still see people using ftp or telnet for work instead of sftp and ssh. is it true that using ftp or telnet can let people see the password quite easily? Who can actually see it? Update: for example, if i am not using Wireless... which i heard can be breakable if it is WEP when 1GB traffic is sent or received ... so if not using Wire...